Skip to content

Commit

Permalink
Merge pull request #53 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.15
  • Loading branch information
jatcwang authored Sep 26, 2024
2 parents 8ab720e + f8d358f commit 109d2a6
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 @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sbtprojectmatrix.ProjectMatrixPlugin.autoImport.virtualAxes

object Build {

val Scala213 = "2.13.14"
val Scala213 = "2.13.15"
val Scala3 = "3.3.3"

// copied from: https://github.com/disneystreaming/smithy4s/blob/21a6fb04ab3485c0a4b40fe205a628c6f4750813/project/Smithy4sBuildPlugin.scala#L508
Expand Down

0 comments on commit 109d2a6

Please sign in to comment.