Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
run: |
gcloud beta emulators datastore start --no-store-on-disk --consistency=1.0 &
sleep 10
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.18", mainScala)

val akkaVersion = "2.6.17"
val javaUUIDGeneratorVersion = "4.0.1"
Expand Down