Skip to content

Commit

Permalink
update p2m2tools lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Filangi committed May 5, 2023
1 parent 6b95392 commit 67b09d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ scalaVersion := "2.13.8"

libraryDependencies ++= Seq(
guice,
"com.github.p2m2" %% "p2m2tools" % "develop-SNAPSHOT" changing(),
"com.typesafe.play" %% "play-slick" % "5.0.2",
"com.typesafe.play" %% "play-slick-evolutions" % "5.0.2",
"com.github.p2m2" %% "p2m2tools" % "0.2.0" changing(),
"com.typesafe.play" %% "play-slick" % "5.1.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.1.0",
"com.h2database" % "h2" % "2.1.214",
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
)
Expand Down

0 comments on commit 67b09d4

Please sign in to comment.