Skip to content

Commit

Permalink
Update specs2-core to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 17, 2019
1 parent 3996cbd commit adad99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -40,7 +40,7 @@ lazy val baseSettings = Seq(
fullResolvers ~= { _.filterNot(_.name == "jcenter") },
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
scalatestVersion := "3.0.8",
specs2Version := "4.7.1",
specs2Version := "4.8.0",
parserCombinatorsVersion := {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 11)) =>
Expand Down

0 comments on commit adad99b

Please sign in to comment.