Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 28, 2024
1 parent 39bd73e commit a5afe72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala-version: [2.13.12]
scala-version: [2.13.13]
java-version: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / organization := "nl.wehkamp"
ThisBuild / publish / skip := true

lazy val commonSettings = Seq(
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
licenses += License.Apache2,
homepage := Some(url("https://github.com/wehkamp/cakemix")),
publish / skip := false,
Expand Down

0 comments on commit a5afe72

Please sign in to comment.