diff --git a/build.sbt b/build.sbt index 64510d8a..b4bcf592 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ def mainDependencies(scalaVersion: String) = { "com.typesafe.slick" %% "slick" % "3.5.1", "org.postgresql" % "postgresql" % "42.7.3", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", - "org.slf4j" % "slf4j-simple" % "2.0.13" % "provided", + "org.slf4j" % "slf4j-simple" % "2.0.16" % "provided", "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test", "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % "test"