Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 4, 2024
1 parent d4574fa commit ef56bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .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.17, 2.13.10, 3.3.3]
scala: [2.12.20, 2.13.10, 3.3.3]
java: [zulu@8]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -46,9 +46,9 @@ jobs:
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck

- name: Build and test all rules
if: matrix.scala == '2.12.17'
if: matrix.scala == '2.12.20'
run: sbt '++ ${{ matrix.scala }}' test

- name: Build annotations
if: matrix.scala != '2.12.17'
if: matrix.scala != '2.12.20'
run: 'sbt ''++ ${{ matrix.scala }}'' annotation/test:compile annotationJS/test:compile'
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReleaseTransformations._

ThisBuild / organization := "org.typelevel"

val Scala212 = "2.12.17"
val Scala212 = "2.12.20"

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

0 comments on commit ef56bcd

Please sign in to comment.