Skip to content

Commit

Permalink
Merge branch 'master' into update/play-json-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
makiftutuncu authored May 10, 2024
2 parents 9645c4b + 8d5f08d commit 6cb7d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
// === Dependency Versions ===

val javaVersion = "21"
val latestKotlinVersion = "1.9.23"
val latestScalaVersion = "3.4.0"
val latestKotlinVersion = "1.9.24"
val latestScalaVersion = "3.4.1"

val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val circeCore = "io.circe" %% "circe-core" % "0.14.7"
val circeParser = "io.circe" %% "circe-parser" % "0.14.7"
val gson = "com.google.code.gson" % "gson" % "2.10.1"
val playJson = "org.playframework" %% "play-json" % "3.0.3"
val zio = "dev.zio" %% "zio" % "2.0.22"
val zio = "dev.zio" %% "zio" % "2.1.0"

val jUnit = "org.junit.jupiter" % "junit-jupiter" % "5.10.2" % Test
val jUnitInterface = "net.aichler" % "jupiter-interface" % "0.11.1" % Test
val mUnit = "org.scalameta" %% "munit" % "0.7.29" % Test
val mUnitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
val zioTest = "dev.zio" %% "zio-test" % "2.0.22" % Test
val zioTestSBT = "dev.zio" %% "zio-test-sbt" % "2.0.22" % Test
val zioTest = "dev.zio" %% "zio-test" % "2.1.0" % Test
val zioTestSBT = "dev.zio" %% "zio-test-sbt" % "2.1.0" % Test

// === Settings ===

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0

0 comments on commit 6cb7d26

Please sign in to comment.