From 23257736d2368c3d3946b6818181987c49deb4ce Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 01:13:44 +0000 Subject: [PATCH] Update specs2-core to 4.21.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a630996..ca4c1dc 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.9" % "test", + libraryDependencies += "org.specs2" %% "specs2-core" % "4.21.0" % "test", Global / transitiveClassifiers := Seq(Artifact.SourceClassifier), Test / publishArtifact := false, pomIncludeRepository := { x => false },