Skip to content

Commit

Permalink
Update scala3-library to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 2, 2024
1 parent fc54dd8 commit d7df7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ lazy val commonSettings = Seq(
Test / publishArtifact := false,
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"),
scalaVersion := "3.3.3",
crossScalaVersions := Seq("2.13.8", "3.3.3"),
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8"),
javaOptions += "-Xmx8G",
libraryDependencies ++= {
Expand Down

0 comments on commit d7df7dd

Please sign in to comment.