From 3075fa2a0140e5cdc81fc4c6c9963f6c3f747ec0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:28:58 +0200 Subject: [PATCH] Update anorm to 2.7.0 (#1485) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4daea710..b60a1c1d8 100644 --- a/build.sbt +++ b/build.sbt @@ -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,