File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ javaPoet = "1.13.0"
27
27
jetbrains-annotations = " 24.0.1"
28
28
junit = " 4.13.2"
29
29
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 "
33
33
kotlinx-coroutines = " 1.8.0"
34
34
kotlinx-datetime = " 0.5.0"
35
35
kotlinx-serialization-runtime = " 1.6.2"
36
- ksp = " 2.0.0-1.0.21 "
36
+ ksp = " 2.0.0-1.0.23-SNAPSHOT "
37
37
ktor = " 2.3.11"
38
38
moshix = " 0.14.1"
39
39
node-fetch = " 2.6.7"
Original file line number Diff line number Diff line change 1
1
listOf (pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
2
2
it.apply {
3
3
// 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/" ) }
5
6
6
7
mavenCentral()
7
8
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ commonSetup()
19
19
// XXX: this should use the settings repositories instead
20
20
repositories {
21
21
// 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/" ) }
23
24
mavenCentral()
24
25
}
25
26
You can’t perform that action at this time.
0 commit comments