From 88654b3445f86afd678f2df08dbe64990f24accd Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:48:05 +0000 Subject: [PATCH] Update slick to 3.5.2 (cherry picked from commit aa7891a4f783494ce3854e35aa61767063cab32f) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4322820..e6abbf1 100644 --- a/build.sbt +++ b/build.sbt @@ -210,7 +210,7 @@ lazy val inputOutputCommon = Def.settings( Nil } }, - libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.1", + libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.2", libraryDependencies += "io.monix" %% "monix-eval" % "3.4.1", libraryDependencies += "org.mockito" % "mockito-subclass" % "5.14.0", libraryDependencies += "org.atnos" %% "eff-core" % "7.0.4"