From 92112eaa99130fa3f40cf7edd1a3ebb94c34d9a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Nov 2024 14:50:06 +0000 Subject: [PATCH] Update anorm, anorm-postgres to 2.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 65073978..0e502dd1 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ scalacOptions ++= Seq( "-Wvalue-discard", ) -val anormVersion = "2.7.0" // TODO: on update, remove the warnings silencers +val anormVersion = "2.8.0" // TODO: on update, remove the warnings silencers lazy val anormDependency = "org.playframework.anorm" %% "anorm" % anormVersion