Skip to content

Commit

Permalink
update kbxmap libs catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
adarro committed Aug 1, 2024
1 parent 94738df commit 3b228d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jade4j = "1.3.2"
junit-engine = "5.10.0"
junit-jupiter = "5.10.0"
junit-platform = "1.10.0"
kxbmap = "0.6.1"
kotest = "5.7.2"
# @pin We all move together
kotlin = "1.9.0"
Expand All @@ -19,7 +20,7 @@ org-scoverage = "2.0.11"
# @keep -> scalaMajorVersion
scala2-suffix = "2.13"
# @pin -> scalaLibraryVersion
scala2-version = "2.13.10"
scala2-version = "2.13.14"
scalaFmt = "3.1.1"
scalacheck = "1.17.0"
scalatest = "3.3.0.0-SNAP3"
Expand Down Expand Up @@ -75,7 +76,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
kotlin-stdlib-common = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
kotlin-stdlib-jdk7 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" }
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
kxbmap-configs-s213 = "com.github.kxbmap:configs_2.13:0.6.1"
kxbmap-configs-s213 = {module= "com.github.kxbmap:configs_2.13", version.ref = "kxbmap" }
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
monix-eval-s213 = { module = "io.monix:monix-eval_2.13", version.ref = "monix" }
Expand Down

0 comments on commit 3b228d3

Please sign in to comment.