Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 5315468

Browse files
authored
Merge pull request #362 from exoego/bump-scala
Bump Scala 2.13
2 parents 04980b7 + bbe1719 commit 5315468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
scala: [2.13.4, 2.12.13]
9+
scala: [2.13.5, 2.12.13]
1010
nodejs: [14.16.0, 12.21.0, 10.24.0]
1111
steps:
1212
- uses: actions/checkout@v2

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val scala213 = "2.13.4"
1+
lazy val scala213 = "2.13.5"
22
lazy val scala212 = "2.12.13"
33
organization in ThisBuild := "net.exoego"
44
crossScalaVersions in ThisBuild := Seq(scala213, scala212)

0 commit comments

Comments
 (0)