Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-collection-compat-2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei authored Apr 18, 2024
2 parents cb74c01 + 8fe1bbb commit 4bdcc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ def mainDependencies(scalaVersion: String) = {
Seq (
"org.scala-lang.modules" %% "scala-parser-combinators" % (if (isScala3) "2.3.0" else "1.1.2"),
"dev.zio" %% "izumi-reflect" % "2.3.8",
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick" % "3.5.1",
"org.postgresql" % "postgresql" % "42.7.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.slf4j" % "slf4j-simple" % "2.0.12" % "provided",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "provided",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % "test"
Expand Down

0 comments on commit 4bdcc5f

Please sign in to comment.