Skip to content

Commit da6a2e8

Browse files
committed
Update scala3-library to 3.3.6
1 parent 60a44b0 commit da6a2e8

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.5"]
8+
scala: ["2.12.20", "2.13.15", "3.3.6"]
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.5")
23+
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.6")
2424

2525
libraryDependencies ++=
2626
Seq(

0 commit comments

Comments
 (0)