Skip to content

Commit e8cd6a6

Browse files
committed
update Scala to 2.12.20, 2.13.16 and 3.3.6
1 parent 2efe8e6 commit e8cd6a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
scala:
13-
- 2.13.13
14-
- 2.12.19
15-
- 3.3.3
13+
- 2.13.16
14+
- 2.12.20
15+
- 3.3.6
1616

1717
steps:
1818
- uses: actions/checkout@v3

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val commonSettings = Seq(
1717
organizationName := "Evolution",
1818
organizationHomepage := Some(url("https://evolution.com")),
1919
scalaVersion := crossScalaVersions.value.head,
20-
crossScalaVersions := Seq("2.13.13", "3.3.3", "2.12.19"),
20+
crossScalaVersions := Seq("2.13.16", "3.3.6", "2.12.20"),
2121
Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warnings"),
2222
publishTo := Some(Resolver.evolutionReleases),
2323
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),

0 commit comments

Comments
 (0)