Skip to content

Commit

Permalink
Merge pull request #51 from scala-steward/update/specs2-core-3.10.0
Browse files Browse the repository at this point in the history
specs2-core 3.10.0 (was 3.9.5)
  • Loading branch information
mkurz authored Jun 8, 2024
2 parents 043d076 + 56b6d80 commit f6caa28
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 @@ -12,7 +12,7 @@ lazy val root = (project in file("."))
licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE"),

scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
libraryDependencies += "org.specs2" %% "specs2-core" % "3.9.5" % Test,
libraryDependencies += "org.specs2" %% "specs2-core" % "3.10.0" % Test,
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dproject.version=" + version.value),
pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit f6caa28

Please sign in to comment.