Skip to content

Commit 6a9d8bb

Browse files
authored
Merge branch 'main' into update/sbt-scoverage-2.4.2
2 parents 1724dea + a7415c2 commit 6a9d8bb

2 files changed

Lines changed: 2 additions & 2 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.6"]
8+
scala: ["2.12.20", "2.13.15", "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.6")
23+
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.7")
2424

2525
libraryDependencies ++=
2626
Seq(

0 commit comments

Comments
 (0)