Skip to content

Commit

Permalink
Anorm 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 17, 2024
1 parent 972ab59 commit fb8fde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala/anorm/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lazy val root = (project in file("."))
guice,
jdbc,
evolutions,
"com.h2database" % "h2" % "2.2.224",
"org.playframework.anorm" %% "anorm" % "2.7.0",
"com.h2database" % "h2" % "2.3.232",
"org.playframework.anorm" %% "anorm" % "2.8.1",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
),
scalacOptions ++= List("-feature", "-Werror"),
Expand Down

0 comments on commit fb8fde3

Please sign in to comment.