Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 8, 2024
1 parent 28eebb8 commit 600896e
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 @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
java: [ "8", "11", "17", "21" ]
scala: [ "2.12.19", "2.13.14", "3.5.0" ]
scala: [ "2.12.20", "2.13.14", "3.5.0" ]
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies._

Global / onChangedBuildSource := ReloadOnSourceChanges

val Scala212: String = "2.12.19"
val Scala212: String = "2.12.20"
val Scala213: String = "2.13.14"
val Scala3: String = "3.5.0"

Expand Down

0 comments on commit 600896e

Please sign in to comment.