Skip to content

Commit

Permalink
chore: update scala-library from 2.12.15 to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Feb 27, 2024
1 parent c710187 commit 739cd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19
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.19", mainScala)

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

0 comments on commit 739cd9e

Please sign in to comment.