Skip to content

Commit 778f94d

Browse files
AnkaAnka
Anka
authored and
Anka
committed
Bump Kotlin version
1 parent 0b10e39 commit 778f94d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

gradle/libraries.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ javaPoet = "1.13.0"
2727
jetbrains-annotations = "24.0.1"
2828
junit = "4.13.2"
2929
kotlin-plugin-min = "1.9.0"
30-
kotlin-plugin = "2.0.0"
31-
kotlin-plugin-max = "2.0.0"
32-
kotlin-stdlib = "2.0.0"
30+
kotlin-plugin = "2.0.20-Beta2-3"
31+
kotlin-plugin-max = "2.0.20-Beta2-3"
32+
kotlin-stdlib = "2.0.20-Beta2-3"
3333
kotlinx-coroutines = "1.8.0"
3434
kotlinx-datetime = "0.5.0"
3535
kotlinx-serialization-runtime = "1.6.2"
36-
ksp = "2.0.0-1.0.21"
36+
ksp = "2.0.0-1.0.23-SNAPSHOT"
3737
ktor = "2.3.11"
3838
moshix = "0.14.1"
3939
node-fetch = "2.6.7"

gradle/repositories.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
listOf(pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
22
it.apply {
33
// Uncomment this one to use the Kotlin "dev" repository
4-
// maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
4+
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
5+
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
56

67
mavenCentral()
78

intellij-plugin/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ commonSetup()
1919
// XXX: this should use the settings repositories instead
2020
repositories {
2121
// Uncomment this one to use the Kotlin "dev" repository
22-
// maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
22+
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
23+
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
2324
mavenCentral()
2425
}
2526

0 commit comments

Comments
 (0)