Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent fc54dd8 commit b5b109d
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 @@ -14,7 +14,7 @@ lazy val commonSettings = Seq(
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
homepage := Some(url("https://github.com/phenoscape/scowl")),
scalaVersion := "3.0.2",
crossScalaVersions := Seq("2.13.8", "3.0.2"),
crossScalaVersions := Seq("2.13.12", "3.0.2"),
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8"),
javaOptions += "-Xmx8G",
libraryDependencies ++= {
Expand Down

0 comments on commit b5b109d

Please sign in to comment.