Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 8, 2024
1 parent e7ebec3 commit d861db9
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.13]
scala-version: [2.13.14]
java-version: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v4
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.13",
scalaVersion := "2.13.14",
licenses += License.Apache2,
homepage := Some(url("https://github.com/wehkamp/cakemix")),
publish / skip := false,
Expand Down

0 comments on commit d861db9

Please sign in to comment.