From bdb4f4b32e736f7f759ad2ad916d9a26984a324f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 04:48:06 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .github/workflows/scala.yml | 2 +- build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index ef15a35..87245ff 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala-version: [2.10.7, 2.11.12, 2.12.19, 2.13.13, 3.1.1] + scala-version: [2.10.7, 2.11.12, 2.12.19, 2.13.14, 3.1.1] steps: - name: Checkout repository and submodules uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 34c48ec..e1e57e4 100644 --- a/build.sbt +++ b/build.sbt @@ -27,8 +27,8 @@ scalacOptions := { } } -scalaVersion := "2.13.13" -crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.19", "2.13.13", "3.1.1") +scalaVersion := "2.13.14" +crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.19", "2.13.14", "3.1.1") libraryDependencies += "org.yaml" % "snakeyaml" % "2.2"