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 1f49f8c commit e2bdfe5
Showing 1 changed file with 4 additions and 4 deletions.
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.1.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 e2bdfe5

Please sign in to comment.