Skip to content

Commit

Permalink
Update specs2-core to 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 13, 2021
1 parent 9cba9d3 commit 2995886
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 @@ -29,7 +29,7 @@ Compile / doc / scalacOptions ++= {
)
}

libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.12.0" % "test")
libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.12.1" % "test")

// Scripted
enablePlugins(SbtPlugin)
Expand Down

0 comments on commit 2995886

Please sign in to comment.