File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
plugins/settings/src/main/kotlin Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66kotlin-dsl-jvmtarget = " 21"
77kotlin-api-version = " 2.3"
88kotlin-lang-version = " 2.3"
9- gradle = " 9.1.0 "
9+ gradle = " 9.2.0-rc-1 "
1010java-vendor = " Oracle"
1111java-jvmargs = " --enable-preview"
1212java-addmodules = " jdk.incubator.vector"
@@ -95,7 +95,7 @@ jsch = "2.27.3"
9595pty4j = " 0.13.11"
9696oshi = " 6.9.0"
9797junit = " 6.0.0"
98- koin = " 4.1.1 "
98+ koin = " 4.1.2-Beta1 "
9999koin-annotations = " 2.2.0-RC4"
100100metro = " 0.4.0"
101101kotest = " 6.0.3"
@@ -111,7 +111,7 @@ log4j = "3.0.0-beta3"
111111jmh = " 1.37"
112112mrjar = " 0.1.1"
113113ktfmt = " 0.58"
114- google-javaformat = " 1.28 .0"
114+ google-javaformat = " 1.29 .0"
115115palantir-javaformat = " 2.75.0"
116116google-auto-value = " 1.11.0"
117117google-auto-service = " 1.1.1"
@@ -271,7 +271,7 @@ jextract = "1.0.0-beta-2"
271271maven-plugin-api = " 4.0.0-rc-4"
272272maven-plugin-annotations = " 3.15.1"
273273gradlex-maven-plugin = " 1.0.3"
274- typesafe-conventions = " 0.8.0 "
274+ typesafe-conventions = " 0.8.1 "
275275
276276# Repositories
277277repo-mvn-central = " https://repo.maven.apache.org/maven2/"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0-rc-1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ dependencyResolutionManagement {
6565
6666 // Enable back after the KMP Node.js repo fix.
6767 // repositoriesMode = RepositoriesMode.PREFER_SETTINGS
68+
69+ // versionCatalogs {
70+ // create("ktorLibs") {
71+ // from("io.ktor:ktor-version-catalog:${versionCatalog?.getString("ktor")}")
72+ // }
73+ // }
6874}
6975
7076@Suppress(" UnstableApiUsage" )
You can’t perform that action at this time.
0 commit comments