We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38c7712 + 90bf008 commit 5a45249Copy full SHA for 5a45249
build.sbt
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
11
licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE"),
12
13
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
14
- libraryDependencies += "org.specs2" %% "specs2-core" % "4.21.0" % Test,
+ libraryDependencies += "org.specs2" %% "specs2-core" % "4.22.0" % Test,
15
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dproject.version=" + version.value),
16
crossScalaVersions += "3.7.3",
17
scriptedSbt := {
0 commit comments