Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 28, 2022
1 parent 6650e64 commit 1c72795
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.8, 3.1.2]
scala: [2.12.16, 2.13.8, 3.1.2]
java: [adopt-hotspot@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: sbt ++${{ matrix.scala }} githubWorkflowCheck

- name: Build project (Scala 2)
if: matrix.scala == '2.12.15' || matrix.scala == '2.13.8'
if: matrix.scala == '2.12.16' || matrix.scala == '2.13.8'
run: sbt ++${{ matrix.scala }} validateJVM validateJS

- name: Build project (Scala 3)
Expand All @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15]
scala: [2.12.16]
java: [adopt-hotspot@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 @@ -11,7 +11,7 @@ val gitHubOwner = "fthomas"
val gitPubUrl = s"https://github.com/$gitHubOwner/$projectName.git"
val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git"

val Scala_2_12 = "2.12.15"
val Scala_2_12 = "2.12.16"
val Scala_2_13 = "2.13.8"
val Scala_3 = "3.1.2"

Expand Down

0 comments on commit 1c72795

Please sign in to comment.