Skip to content

Commit

Permalink
Upgrade kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Apr 12, 2022
1 parent f1f2517 commit 45772f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}
6 changes: 0 additions & 6 deletions buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
/*
Fixes annoying gradle idea plugin bug. The idea gradle plugin expects unique root project name for buildSrc in gradle composite builds
https://github.com/gradle/gradle/issues/8920
*/

rootProject.name = rootProject.projectDir.parentFile.name + "-buildSrc"
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ object Konfig {
}

object Kotlin {
const val version = "1.6.0"
const val version = "1.6.20"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"

object Coroutines {
const val version = "1.4.2"
const val version = "1.6.1"
fun module(name: String) = "org.jetbrains.kotlinx:kotlinx-coroutines-$name:$version"
}

object Logging {
const val version = "2.0.11"
const val version = "2.2.21"
const val kotlinLogging = "io.github.microutils:kotlin-logging:$version"
}
}
Expand Down Expand Up @@ -216,7 +216,7 @@ object Prometheus {
}
}

const val RapidAndRivers = "com.github.navikt:rapids-and-rivers:2022.02.08-20.42.8e24a34a2ecd"
const val RapidAndRivers = "com.github.navikt:rapids-and-rivers:2022.03.25-09.17.0628678a7192"

object Slf4j {
const val version = "1.7.25"
Expand Down

0 comments on commit 45772f6

Please sign in to comment.