Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 29, 2023
1 parent fa6a70c commit 5f21c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and Test
strategy:
matrix:
scala: [3.1.3, 2.13.8]
scala: [3.1.3, 2.13.12]
runs-on: ubuntu-20.04
steps:
- name: Checkout current branch (full)
Expand All @@ -23,7 +23,7 @@ jobs:
name: Scalafmt
strategy:
matrix:
scala: [3.1.3, 2.13.8]
scala: [3.1.3, 2.13.12]
runs-on: ubuntu-20.04
steps:
- name: Checkout current branch (fast)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala2Version = "2.13.8"
val scala2Version = "2.13.12"
val scala3Version = "3.1.3"

val supportedScalaVersions = List(scala3Version, scala2Version)
Expand Down

0 comments on commit 5f21c92

Please sign in to comment.