Skip to content

Commit

Permalink
Update scala3-library, ... to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 28, 2024
1 parent 6435b86 commit 980407d
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 @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.13, 3.2.2]
scala: [2.12.19, 2.13.13, 3.4.1]
java: [temurin@8, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ThisBuild / versionScheme := Some("always")
Global / onChangedBuildSource := ReloadOnSourceChanges

lazy val scalaVersion213 = "2.13.13"
lazy val scalaVersion3 = "3.2.2"
lazy val scalaVersion3 = "3.4.1"
ThisBuild / scalaVersion := scalaVersion213
ThisBuild / crossScalaVersions := Seq("2.12.19", scalaVersion213, scalaVersion3)

Expand Down

0 comments on commit 980407d

Please sign in to comment.