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 7a47b99 commit 3c73d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-scala-anorm-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
jdbc,
evolutions,
"com.h2database" % "h2" % "2.3.232",
"org.playframework.anorm" %% "anorm" % "2.8.0",
"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 3c73d08

Please sign in to comment.