Skip to content

Commit 590c47a

Browse files
authored
Merge pull request #208 from scala-steward/update/specs2-core-4.9.2
Update specs2-core to 4.9.2
2 parents 1cfc0b2 + 0a1fa34 commit 590c47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object Dependencies {
1313
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion
1414

1515
val specs2 = Seq(
16-
"org.specs2" %% "specs2-core" % "4.9.1" % "provided",
16+
"org.specs2" %% "specs2-core" % "4.9.2" % "provided",
1717
"org.hamcrest" % "hamcrest-core" % "2.2" % "provided"
1818
)
1919

0 commit comments

Comments
 (0)