Skip to content

Commit

Permalink
Merge branch 'master' into update/slick-3.5.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei authored Dec 16, 2023
2 parents 01c8a83 + 5e99664 commit 56ad15c
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
Expand Up @@ -66,12 +66,12 @@ def mainDependencies(scalaVersion: String) = {
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.5.0-M5",
"org.postgresql" % "postgresql" % "42.6.0",
"org.postgresql" % "postgresql" % "42.7.1",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.9" % "provided",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.17" % "test"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.0" % "test"
)
}

Expand Down Expand Up @@ -145,7 +145,7 @@ lazy val slickPgPlayJson = (project in file("./addons/play-json"))
name := "slick-pg_play-json",
description := "Slick extensions for PostgreSQL - play-json module",
libraryDependencies := mainDependencies(scalaVersion.value) ++
Seq("com.typesafe.play" %% "play-json" % "2.9.4")
Seq("com.typesafe.play" %% "play-json" % "2.10.3")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

Expand Down Expand Up @@ -190,7 +190,7 @@ lazy val slickPgArgonaut = (project in file("./addons/argonaut"))
name := "slick-pg_argonaut",
description := "Slick extensions for PostgreSQL - argonaut module",
libraryDependencies := mainDependencies(scalaVersion.value) ++
Seq("io.argonaut" %% "argonaut" % "6.3.8")
Seq("io.argonaut" %% "argonaut" % "6.3.9")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

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.3
sbt.version=1.9.7

0 comments on commit 56ad15c

Please sign in to comment.