Skip to content

Commit

Permalink
Bump Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Jun 27, 2024
1 parent 0b10e39 commit 778f94d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ javaPoet = "1.13.0"
jetbrains-annotations = "24.0.1"
junit = "4.13.2"
kotlin-plugin-min = "1.9.0"
kotlin-plugin = "2.0.0"
kotlin-plugin-max = "2.0.0"
kotlin-stdlib = "2.0.0"
kotlin-plugin = "2.0.20-Beta2-3"
kotlin-plugin-max = "2.0.20-Beta2-3"
kotlin-stdlib = "2.0.20-Beta2-3"
kotlinx-coroutines = "1.8.0"
kotlinx-datetime = "0.5.0"
kotlinx-serialization-runtime = "1.6.2"
ksp = "2.0.0-1.0.21"
ksp = "2.0.0-1.0.23-SNAPSHOT"
ktor = "2.3.11"
moshix = "0.14.1"
node-fetch = "2.6.7"
Expand Down
3 changes: 2 additions & 1 deletion gradle/repositories.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
listOf(pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
it.apply {
// Uncomment this one to use the Kotlin "dev" repository
// maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }

mavenCentral()

Expand Down
3 changes: 2 additions & 1 deletion intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ commonSetup()
// XXX: this should use the settings repositories instead
repositories {
// Uncomment this one to use the Kotlin "dev" repository
// maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
mavenCentral()
}

Expand Down

0 comments on commit 778f94d

Please sign in to comment.