Skip to content

Commit c7216d8

Browse files
committed
update Scala to 3.3.7
1 parent bd4ab69 commit c7216d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
scala:
1313
- 2.13.16
14-
- 3.3.5
14+
- 3.3.7
1515

1616
steps:
1717
- uses: actions/checkout@v4

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val commonSettings = Seq(
88
organizationHomepage := Some(url("https://evolution.com")),
99
versionPolicyIntention := Compatibility.BinaryCompatible,
1010
scalaVersion := crossScalaVersions.value.head,
11-
crossScalaVersions := Seq("2.13.16", "3.3.5"),
11+
crossScalaVersions := Seq("2.13.16", "3.3.7"),
1212
Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warnings"),
1313
publishTo := Some(Resolver.evolutionReleases),
1414
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))))

0 commit comments

Comments
 (0)