Skip to content

Commit fb11e98

Browse files
committed
Upgrade kotlin version
1 parent 94540d2 commit fb11e98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ object Konfig {
117117
}
118118

119119
object Kotlin {
120-
const val version = "1.6.0"
120+
const val version = "1.6.20"
121121
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
122122

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

128128
object Logging {
129-
const val version = "2.0.11"
129+
const val version = "2.1.21"
130130
const val kotlinLogging = "io.github.microutils:kotlin-logging:$version"
131131
}
132132
}
@@ -216,7 +216,7 @@ object Prometheus {
216216
}
217217
}
218218

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

221221
object Slf4j {
222222
const val version = "1.7.25"

0 commit comments

Comments
 (0)