Skip to content

Commit

Permalink
Update anorm to 2.7.0 (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 24, 2023
1 parent a86962c commit 3075fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ scalacOptions ++= Seq(
// https://typelevel.org/cats-effect/docs/getting-started
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")

lazy val anormDependency = "org.playframework.anorm" %% "anorm" % "2.6.10"
lazy val anormDependency = "org.playframework.anorm" %% "anorm" % "2.7.0"

libraryDependencies ++= Seq(
ws,
Expand Down

0 comments on commit 3075fa2

Please sign in to comment.