We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c710187 commit f20bdd9Copy full SHA for f20bdd9
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install gcloud beta
49
run: |
50
gcloud components install cloud-datastore-emulator
51
- - name: Test with Scala 2.13.7
+ - name: Test with Scala 2.13.15
52
53
gcloud beta emulators datastore start --no-store-on-disk --consistency=1.0 &
54
sleep 10
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys.parallelExecution
2
3
name := "akka-persistence-gcp-datastore"
4
5
-val mainScala = "2.13.7"
+val mainScala = "2.13.15"
6
val allScala = Seq("2.12.15", mainScala)
7
8
val akkaVersion = "2.6.17"
0 commit comments