We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deffe25 commit 0b3d2bbCopy full SHA for 0b3d2bb
build.sbt
@@ -34,7 +34,7 @@ lazy val baseSettings = commonSettings ++ Seq(
34
Some(Opts.resolver.sonatypeStaging)
35
),
36
publishMavenStyle := true,
37
- libraryDependencies += "org.specs2" %% "specs2-core" % "4.22.0" % "test",
+ libraryDependencies += "org.specs2" %% "specs2-core" % "4.23.0" % "test",
38
Global / transitiveClassifiers := Seq(Artifact.SourceClassifier),
39
Test / publishArtifact := false,
40
pomIncludeRepository := { x => false },
0 commit comments