From e6d2a5b4486d1e8145b8b0501b111204a481c3a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 13:00:21 +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 bfbf9431..4d8f955b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0, 2.13.7, 2.12.15] + scala: [3.1.0, 2.13.14, 2.12.15] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 52675034..8bf5c9ba 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val commonSettings = Seq( organization := "com.geteventstore", scalaVersion := crossScalaVersions.value.head, - crossScalaVersions := Seq("3.1.0", "2.13.7", "2.12.15"), + crossScalaVersions := Seq("3.1.0", "2.13.14", "2.12.15"), releaseCrossBuild := true, licenses := Seq("BSD 3-Clause" -> url("http://raw.github.com/EventStore/EventStore.JVM/master/LICENSE")), homepage := Some(new URL("http://github.com/EventStore/EventStore.JVM")),