Skip to content

Commit bbbe14e

Browse files
Alberto Perez LopezAlberto Perez Lopez
Alberto Perez Lopez
authored and
Alberto Perez Lopez
committed
Bump scala2 to 2.13.14
1 parent caf2c19 commit bbbe14e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scala.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Run tests for Scala 3
2424
run: sbt test
2525
- name: Run tests for Scala 2.13
26-
run: sbt "++2.13.8; test"
26+
run: sbt "++2.13.14; test"

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Test / parallelExecution := false
77

88

99
val scala3Ver = "3.3.4"
10-
val scala2Ver = "2.13.8"
10+
val scala2Ver = "2.13.14"
1111

1212

1313
lazy val commonSettings = Seq(

0 commit comments

Comments
 (0)