diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7489bb9..6fb55c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/build.sbt b/build.sbt index 6d21d0f..5efd4d8 100644 --- a/build.sbt +++ b/build.sbt @@ -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,