Skip to content

Commit

Permalink
Merge pull request #49 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored May 8, 2024
2 parents aad0bed + bd4d8ef commit a992c74
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.4" % Test,
libraryDependencies += "org.specs2" %% "specs2-core" % "3.9.5" % Test,
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dproject.version=" + version.value),
pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit a992c74

Please sign in to comment.