Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 8711fb6 commit 4947bfd
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.13.14' ]
scala: [ '2.13.15' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -70,12 +70,12 @@ jobs:
matrix:
distribution: [ 'corretto' ]
jdk: [ '11' ]
scala: [ '2.13.14' ]
scala: [ '2.13.15' ]
experimental: [ false ]
include:
- jdk: '17'
distribution: 'corretto'
scala: '2.13.14'
scala: '2.13.15'
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 @@ -5,7 +5,7 @@ import sbt.plugins.JvmPlugin
object Dependencies extends AutoPlugin {

object Version {
val scala213 = "2.13.14"
val scala213 = "2.13.15"

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

0 comments on commit 4947bfd

Please sign in to comment.