Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 16, 2025
1 parent b95353b commit 5c937f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.15]
scala: [2.13.16]
java: [temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.15]
scala: [2.13.16]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Commons extends ProjectGroup("commons") {
Developer("ddworak", "Dawid Dworak", "d.dworak@avsystem.com", url("https://github.com/ddworak")),
),

scalaVersion := "2.13.15",
scalaVersion := "2.13.16",
compileOrder := CompileOrder.Mixed,

githubWorkflowTargetTags ++= Seq("v*"),
Expand Down

0 comments on commit 5c937f1

Please sign in to comment.