Skip to content

Commit

Permalink
Merge pull request #303 from nafg/update/slick-3.5.0-M5
Browse files Browse the repository at this point in the history
Update slick, slick-testkit to 3.5.0-M5
  • Loading branch information
mergify[bot] authored Nov 21, 2023
2 parents 25e2144 + 21bc58e commit e03e2ee
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 @@ -6,9 +6,9 @@ inThisBuild(List(

name := "slick-migration-api"

libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.0-M4"
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.0-M5"

libraryDependencies += "com.typesafe.slick" %% "slick-testkit" % "3.5.0-M4" % "test"
libraryDependencies += "com.typesafe.slick" %% "slick-testkit" % "3.5.0-M5" % "test"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test"

Expand Down

0 comments on commit e03e2ee

Please sign in to comment.