Skip to content

Commit

Permalink
Merge pull request #92 from scala-steward/update/specs2-core-4.9.2
Browse files Browse the repository at this point in the history
Update specs2-core to 4.9.2
  • Loading branch information
mergify[bot] authored Mar 3, 2020
2 parents 169c3da + c7a2d80 commit be0e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val `play-doc` = (project in file("."))
libraryDependencies ++= Seq(
"org.pegdown" % "pegdown" % "1.6.0",
"commons-io" % "commons-io" % "2.6",
"org.specs2" %% "specs2-core" % "4.8.3" % Test
"org.specs2" %% "specs2-core" % "4.9.2" % Test
)

javacOptions ++= Seq(
Expand Down

0 comments on commit be0e1d0

Please sign in to comment.