Skip to content

Commit

Permalink
Update scala-library to 2.13.15 in series/0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 25, 2024
1 parent ac771c5 commit d89021a
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3, 2.12.19, 2.13.12]
scala: [3.3.3, 2.12.19, 2.13.15]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12")
ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.15")

ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")

Expand Down

0 comments on commit d89021a

Please sign in to comment.