From 0f0f38fb06a6aae282b119f372175e5ce223afd8 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:24:34 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 462205c..97cde46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.12, 3.3.1] + scala: [2.13.14, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e190316..2db18a4 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ inThisBuild( List( organization := "io.github.nafg.css-dsl", scalaVersion := "3.3.1", - crossScalaVersions := Seq("2.13.12", scalaVersion.value), + crossScalaVersions := Seq("2.13.14", scalaVersion.value), scalacOptions ++= myScalacOptions(scalaVersion.value), versionScheme := Some("early-semver") )