diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88659ed..bf2afe7 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.12] + scala-version: [2.13.13] java-version: [8, 11, 17, 21] steps: - uses: actions/checkout@v3 diff --git a/build.sbt b/build.sbt index 2921a43..6d21d0f 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.12", + scalaVersion := "2.13.13", licenses += License.Apache2, homepage := Some(url("https://github.com/wehkamp/cakemix")), publish / skip := false,