Skip to content

Commit

Permalink
Update Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 23, 2023
1 parent 58e47f0 commit 2140865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.github.jk1.license.render.ReportRenderer
*/

plugins {
kotlin("jvm") version("1.9.0") apply(false)
kotlin("jvm") version("1.9.10") apply(false)

id("idea")
id("eclipse")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logoSmall=assets/img/logo.svg
iconsDirectory=content

# VERSIONS
kotlinVersion=1.9.0
kotlinVersion=1.9.10
dokkaVersion=1.8.20
mockkVersion=1.13.7
junitVersion=5.10.0
Expand Down

0 comments on commit 2140865

Please sign in to comment.