Skip to content

Commit 5a45249

Browse files
authored
Merge pull request #83 from scala-steward/update/specs2-core-4.22.0
specs2-core 4.22.0 (was 4.21.0)
2 parents 38c7712 + 90bf008 commit 5a45249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE"),
1212

1313
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
14-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.21.0" % Test,
14+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.22.0" % Test,
1515
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dproject.version=" + version.value),
1616
crossScalaVersions += "3.7.3",
1717
scriptedSbt := {

0 commit comments

Comments
 (0)