Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2024
1 parent fbd112e commit 8bfe526
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.8, 3.2.1]
scala: [2.13.14, 3.2.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8]
scala: [2.13.14]
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 @@ -11,7 +11,7 @@ val devs = List(

inThisBuild(
Seq(
scalaVersion := "2.13.8",
scalaVersion := "2.13.14",
crossScalaVersions := List(scalaVersion.value, "3.2.1"),
versionScheme := Some("semver-spec"),
organization := "com.stuart",
Expand Down

0 comments on commit 8bfe526

Please sign in to comment.