Skip to content

Commit 2325773

Browse files
Update specs2-core to 4.21.0
1 parent c92b560 commit 2325773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val baseSettings = commonSettings ++ Seq(
3434
Some(Opts.resolver.sonatypeStaging)
3535
),
3636
publishMavenStyle := true,
37-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.9" % "test",
37+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.21.0" % "test",
3838
Global / transitiveClassifiers := Seq(Artifact.SourceClassifier),
3939
Test / publishArtifact := false,
4040
pomIncludeRepository := { x => false },

0 commit comments

Comments
 (0)