From 5da0d7a81bcc7ad44c64ccbef7a96d1e3ea6f2d8 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:00:19 +0000 Subject: [PATCH] Update anghammarad-client to 4.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de4524f6..038dc971 100644 --- a/build.sbt +++ b/build.sbt @@ -112,7 +112,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test, "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test, "fun.mike" % "diff-match-patch" % "0.0.2", - "com.gu" %% "anghammarad-client" % "3.0.0" + "com.gu" %% "anghammarad-client" % "4.0.0" ) routesGenerator := InjectedRoutesGenerator routesImport += "models._"