Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei authored Sep 28, 2024
2 parents ef56bcd + 91faa66 commit 370d8df
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.20, 2.13.10, 3.3.3]
scala: [2.12.20, 2.13.10, 3.3.4]
java: [zulu@8]
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 @@ -5,7 +5,7 @@ ThisBuild / organization := "org.typelevel"

val Scala212 = "2.12.20"

ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.3")
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.4")
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head

ThisBuild / githubWorkflowPublishTargetBranches := Seq()
Expand Down

0 comments on commit 370d8df

Please sign in to comment.