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 a5e4ace commit 74055e6Copy full SHA for 74055e6
build.sbt
@@ -16,7 +16,7 @@ ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
16
ThisBuild / startYear := Some(2019)
17
18
val disciplineV = "1.7.0"
19
-val specs2V = "5.5.8"
+val specs2V = "5.6.3"
20
21
lazy val `discipline-specs2` =
22
tlCrossRootProject.aggregate(core).settings(name := "discipline-specs2")
0 commit comments