Skip to content

Commit f20bdd9

Browse files
committed
chore: update scala-library from 2.13.7 to 2.13.15
1 parent c710187 commit f20bdd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install gcloud beta
4949
run: |
5050
gcloud components install cloud-datastore-emulator
51-
- name: Test with Scala 2.13.7
51+
- name: Test with Scala 2.13.15
5252
run: |
5353
gcloud beta emulators datastore start --no-store-on-disk --consistency=1.0 &
5454
sleep 10

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt.Keys.parallelExecution
22

33
name := "akka-persistence-gcp-datastore"
44

5-
val mainScala = "2.13.7"
5+
val mainScala = "2.13.15"
66
val allScala = Seq("2.12.15", mainScala)
77

88
val akkaVersion = "2.6.17"

0 commit comments

Comments
 (0)