Skip to content

Commit

Permalink
Anorm 2.8.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c73d08)

# Conflicts:
#	play-scala-anorm-example/build.sbt
  • Loading branch information
mkurz authored and mergify[bot] committed Nov 17, 2024
1 parent 531bbdb commit 3459064
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions play-scala-anorm-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ lazy val root = (project in file("."))
jdbc,
evolutions,
"com.h2database" % "h2" % "2.3.232",
<<<<<<< HEAD
<<<<<<< HEAD
"org.playframework.anorm" %% "anorm" % "2.7.0",
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test,
=======
"org.playframework.anorm" %% "anorm" % "2.8.0",
=======
"org.playframework.anorm" %% "anorm" % "2.8.1",
>>>>>>> 3c73d083 (Anorm 2.8.1)
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
>>>>>>> 7a47b99f (anorm 2.8.0)
),
Expand Down

0 comments on commit 3459064

Please sign in to comment.