Skip to content

Commit f506d05

Browse files
committed
update Scala to 3.3.7
1 parent 7b22322 commit f506d05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
scala:
1616
- 2.13.16
17-
- 3.3.6
17+
- 3.3.7
1818

1919
steps:
2020
- uses: actions/checkout@v4

.scala-steward.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# ignore Scala 3 updates, we will stick with Scala 3.3.6 LTS
1+
# ignore Scala 3 updates, we will stick with manual Scala 3.3.x LTS updates
22
updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library" } ]

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organizationHomepage := Some(url("https://evolution.com"))
88
homepage := Some(url("https://github.com/evolution-gaming/resource-pool"))
99
startYear := Some(2023)
1010

11-
crossScalaVersions := Seq("2.13.16", "3.3.6")
11+
crossScalaVersions := Seq("2.13.16", "3.3.7")
1212
scalaVersion := crossScalaVersions.value.head
1313
scalacOptions := crossSettings(
1414
scalaVersion = scalaVersion.value,

0 commit comments

Comments
 (0)