Skip to content

Commit

Permalink
update to Scala 3.3.4 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Oct 24, 2024
1 parent f20a179 commit 7606e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
scala:
- 2.13.15
- 3.3.3
- 3.3.4

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val commonSettings = Seq(
organizationName := "Evolution",
organizationHomepage := Some(url("https://evolution.com")),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.15", "3.3.3"),
crossScalaVersions := Seq("2.13.15", "3.3.4"),
Compile / scalacOptions ++= {
if (scalaBinaryVersion.value == "2.13") {
Seq(
Expand Down

0 comments on commit 7606e40

Please sign in to comment.