Skip to content

Commit

Permalink
Update anorm to 2.8.1 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 19, 2024
1 parent f4443f0 commit ab3211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PlayJdbc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PlayJdbc(jdbcScala: Project) {
},
// make sure plugin is there
libraryDependencies ++= {
val anorm = "org.playframework.anorm" %% "anorm" % "2.8.0"
val anorm = "org.playframework.anorm" %% "anorm" % "2.8.1"

Seq(
"org.eu.acolyte" % "jdbc-driver" % (ThisBuild / version).value,
Expand Down

0 comments on commit ab3211c

Please sign in to comment.