Skip to content

Commit

Permalink
Update specs2-core to 4.10.0 (#324)
Browse files Browse the repository at this point in the history
* Update specs2-core to 4.10.0

* Update specs2-core to 4.10.0

* Update specs2-core to 4.10.0
  • Loading branch information
scala-steward authored Jul 11, 2020
1 parent 0a85218 commit 69b985d
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 @@ -5,7 +5,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.8", "2.13.0")
//scalaJSUseRhino in ThisBuild := true

lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.0"
lazy val specs2 = "org.specs2" %% "specs2-core" % "4.9.4"
lazy val specs2 = "org.specs2" %% "specs2-core" % "4.10.0"
lazy val scalameta = "org.scalameta" %% "scalameta" % "4.3.19"

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
Expand Down

0 comments on commit 69b985d

Please sign in to comment.