Skip to content

Commit

Permalink
Bump scala2 to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Perez Lopez authored and Alberto Perez Lopez committed Jan 14, 2025
1 parent caf2c19 commit bbbe14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run tests for Scala 3
run: sbt test
- name: Run tests for Scala 2.13
run: sbt "++2.13.8; test"
run: sbt "++2.13.14; test"
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Test / parallelExecution := false


val scala3Ver = "3.3.4"
val scala2Ver = "2.13.8"
val scala2Ver = "2.13.14"


lazy val commonSettings = Seq(
Expand Down

0 comments on commit bbbe14e

Please sign in to comment.