Skip to content

Commit

Permalink
Update scala3-library to 3.4.1 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 3, 2024
1 parent 277b8fb commit 0c9d2eb
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ '8', '17', '21' ]
scala: [ '2.13.13', '3.3.3' ]
scala: [ '2.13.13', '3.4.1' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ organization := "io.github.sullis"

scalaVersion := "2.13.13"

crossScalaVersions := Seq(scalaVersion.value, "3.3.3")
crossScalaVersions := Seq(scalaVersion.value, "3.4.1")

scalacOptions += "-target:jvm-1.8"

Expand Down

0 comments on commit 0c9d2eb

Please sign in to comment.