From d5eb1eedc9b8c6fc18ab59beab2c14ecd9905dd3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:56:03 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .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 bbc6cf4..322ab23 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.12.19, 2.13.14, 3.1.1] + scala-version: [2.12.19, 2.13.15, 3.1.1] steps: - name: Checkout repository and submodules uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 978c34d..4e4f507 100644 --- a/build.sbt +++ b/build.sbt @@ -3,8 +3,8 @@ import ReleaseTransformations._ name := "uap-scala" organization := "org.uaparser" -scalaVersion := "2.13.14" -crossScalaVersions := Seq("2.12.19", "2.13.14", "3.1.1") +scalaVersion := "2.13.15" +crossScalaVersions := Seq("2.12.19", "2.13.15", "3.1.1") scalacOptions ++= Seq( "-Xfatal-warnings",