Skip to content

Commit 6d7939c

Browse files
authored
Merge pull request blemale#488 from blemale/update/scala-library-2.13.18
Update/scala library 2.13.18
2 parents e0947bb + 1f46b6b commit 6d7939c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
scala: ["2.12.20", "2.13.15", "3.3.7"]
8+
scala: ["2.12.20", "2.13.18", "3.3.7"]
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: coursier/cache-action@v6

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inThisBuild(
2020
)
2121

2222
scalaVersion := "2.12.20"
23-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.7")
23+
crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7")
2424

2525
libraryDependencies ++=
2626
Seq(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
1+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
22

33
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
44

0 commit comments

Comments
 (0)