Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent ecfc10c commit 0208d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continouos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: true
matrix:
scala: [ '2.12.18', '2.13.11' ]
scala: [ '2.12.18', '2.13.12' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -70,12 +70,12 @@ jobs:
matrix:
distribution: [ 'corretto' ]
jdk: [ '11' ]
scala: [ '2.12.18', '2.13.11' ]
scala: [ '2.12.18', '2.13.12' ]
experimental: [ false ]
include:
- jdk: '17'
distribution: 'corretto'
scala: '2.13.11'
scala: '2.13.12'
experimental: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies extends AutoPlugin {

object Version {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala213 = "2.13.12"

val play = "2.8.20"
val guice = "7.0.0"
Expand Down

0 comments on commit 0208d81

Please sign in to comment.