diff --git a/build.sbt b/build.sbt index e6d584f..8ce6136 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val core = project.in(file("core")) "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", "com.monovore" %% "decline" % "2.4.1", "com.github.pathikrit" %% "better-files" % "3.9.2", - "com.typesafe.slick" %% "slick" % "3.5.1", + "com.typesafe.slick" %% "slick" % "3.5.2", "com.mysql" % "mysql-connector-j" % "8.4.0" % "optional", "com.h2database" % "h2" % "2.2.224" % "optional", "com.typesafe" % "config" % "1.4.3",