Skip to content

Commit

Permalink
Bump version; Bump Kotlin to 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
daugeldauge committed Jun 9, 2024
1 parent 64f84c2 commit d51c6eb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .idea/kotlinScripting.xml

This file was deleted.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.daugeldauge.kinzhal
version=0.0.5
version=0.0.6

kotlin.code.style=official

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pluginManagement {
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
val kotlinVersion = "1.9.21"
val kotlinVersion = "1.9.24"
version("kotlin", kotlinVersion)

val kspVersion = "$kotlinVersion-1.0.15"
val kspVersion = "$kotlinVersion-1.0.20"
val kotlinpoet = "1.13.1"

library("kotlinpoet", "com.squareup", "kotlinpoet").version(kotlinpoet)
Expand Down

0 comments on commit d51c6eb

Please sign in to comment.