From 269021c87c5fb940721104b0aef88ecefe3f6d91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 09:51:44 +0000 Subject: [PATCH] Update play-slick, play-slick-evolutions to 5.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 934e844..a125657 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint") Test / testOptions += Tests.Argument("-oDF") val playVersion = "2.8.13" -val slickVersion = "5.0.2" +val slickVersion = "5.1.0" libraryDependencies ++= Seq( "com.typesafe.play" %% "play" % playVersion % Provided,