From b4b8ecc11a1e6b5ee66ba2807218453728a918e7 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:10:05 +0000 Subject: [PATCH] Update specs2-core to 4.20.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a940b46..85ef395 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val baseSettings = commonSettings ++ Seq( Some(Opts.resolver.sonatypeStaging) ), publishMavenStyle := true, - libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.8" % "test", + libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.9" % "test", Global / transitiveClassifiers := Seq(Artifact.SourceClassifier), Test / publishArtifact := false, pomIncludeRepository := { x => false },