Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent 5d26ea0 commit 5eb7de3
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]', '[email protected]']
scala: ['2.12.16', '2.13.8', '3.2.0']
scala: ['2.12.16', '2.13.13', '3.2.0']
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v10
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BuildInfoKeys._

object BuildHelper {
private val Scala212 = "2.12.16"
private val Scala213 = "2.13.8"
private val Scala213 = "2.13.13"
private val Scala3 = "3.2.0"
private val KindProjectorVersion = "0.13.2"

Expand Down

0 comments on commit 5eb7de3

Please sign in to comment.