From 6bdc2b0e852347da9640bd0f555008fad1698f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 30 Mar 2024 09:08:30 +0000 Subject: [PATCH] Update play-slick to 6.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f81c11..c54c1cf 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,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.0.0", + "org.playframework" %% "play-slick" % "6.1.0", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",