Skip to content

Commit

Permalink
Merge pull request #266 from scala-steward/update/scala3-library-3.3.0
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.0
  • Loading branch information
lomigmegard authored Jul 14, 2023
2 parents 416e373 + 3008506 commit 2f3a582
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 @@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
organization := "ch.megard",
version := "1.2.1-SNAPSHOT",
scalaVersion := "2.13.11",
crossScalaVersions := Seq(scalaVersion.value, "2.12.18", "3.2.2"),
crossScalaVersions := Seq(scalaVersion.value, "2.12.18", "3.3.0"),
scalacOptions ++= Seq(
"-encoding",
"UTF-8",
Expand Down

0 comments on commit 2f3a582

Please sign in to comment.