From 701e883cc0d84e59b72b76f0692befbd694dd2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 29 Jun 2024 09:11:39 +0000 Subject: [PATCH] Update play-slick to 6.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ddcaeb4..145fcbae 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val root = (project in file(".")) resolvers += Resolver.jcenterRepo, libraryDependencies ++= Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test", - "org.playframework" %% "play-slick" % "6.1.0", + "org.playframework" %% "play-slick" % "6.1.1", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",