Skip to content

Commit

Permalink
kotlin 1.9.0, dokka 1.8.20, coroutines 1.7.2, atomicfu 0.21.0, binary…
Browse files Browse the repository at this point in the history
…-compatibility-validator 0.13.2, maven publish plugin 0.25.3 (#41)
  • Loading branch information
ychescale9 authored Jul 6, 2023
1 parent e63bee1 commit 933de3f
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 764 deletions.
1 change: 1 addition & 0 deletions build-logic/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn

kotlin.code.style=official
kotlin.experimental.tryK2=true
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private fun Project.configureSubproject() {
configureTargets(this@configureSubproject)
sourceSets.configureEach {
languageSettings.apply {
languageVersion = "1.8"
languageVersion = "1.9"
progressiveMode = true
enableLanguageFeature("NewInference")
optIn("kotlin.time.ExperimentalTime")
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ org.gradle.configureondemand=true
org.gradle.caching=true

kotlin.code.style=official
kotlin.experimental.tryK2=false
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "1.8.21"
dokka = "1.8.10"
binaryCompabilityValidator = "0.13.1"
kotlin = "1.9.0"
dokka = "1.8.20"
binaryCompabilityValidator = "0.13.2"
toolchainsResolver = "0.5.0"
detekt = "1.23.0"
mavenPublish = "0.25.2"
coroutines = "1.7.0"
atomicfu = "0.20.2"
mavenPublish = "0.25.3"
coroutines = "1.7.2"
atomicfu = "0.21.0"
lincheck = "2.17"
statelyIso = "1.2.5"

Expand Down
Loading

0 comments on commit 933de3f

Please sign in to comment.