diff --git a/build.sbt b/build.sbt index 6d9d563..02dc88d 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ ThisBuild / libraryDependencies ++= Seq( "io.circe" %% "circe-parser" % circeVersion, "ch.qos.logback" % "logback-classic" % "1.5.2", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "org.specs2" %% "specs2-core" % "4.20.2" % Test, + "org.specs2" %% "specs2-core" % "4.20.9" % Test, "com.clever-cloud" %% "testcontainers-scala-warp10" % "2.1.0" % Test ) ThisBuild / scalacOptions ++= Seq(