From 739cd9e5465bebd9d16a390636c4163228ec1eb5 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 27 Feb 2024 00:17:12 +0000 Subject: [PATCH] chore: update scala-library from 2.12.15 to 2.12.19 --- .github/workflows/test.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5fce46c..24439b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: - name: Install gcloud beta run: | gcloud components install cloud-datastore-emulator - - name: Test with Scala 2.12.15 + - name: Test with Scala 2.12.19 run: | gcloud beta emulators datastore start --no-store-on-disk --consistency=1.0 & sleep 10 diff --git a/build.sbt b/build.sbt index 14e51a5..31527c3 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.parallelExecution name := "akka-persistence-gcp-datastore" val mainScala = "2.13.7" -val allScala = Seq("2.12.15", mainScala) +val allScala = Seq("2.12.19", mainScala) val akkaVersion = "2.6.17" val javaUUIDGeneratorVersion = "4.0.1"