Skip to content

Commit

Permalink
Update scala3-library to 3.6.3 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 3, 2025
1 parent a76cd97 commit 3feb50a
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [ '11', '17', '21', '22' ]
scala: [ '2.13.16', '2.12.20', '2.11.12', '3.6.2' ]
scala: [ '2.13.16', '2.12.20', '2.11.12', '3.6.3' ]
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 @@ -6,7 +6,7 @@ organization := "io.github.sullis"

scalaVersion := "2.12.20"

crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.16", "3.6.2")
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.16", "3.6.3")

scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 3feb50a

Please sign in to comment.