Skip to content

Commit 9356896

Browse files
committed
update Scala to 2.13.18
1 parent 9460d34 commit 9356896

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
scala:
16-
- 2.13.16
16+
- 2.13.18
1717
- 3.3.7
1818

1919
steps:

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.7")
11+
crossScalaVersions := Seq("2.13.18", "3.3.7")
1212
scalaVersion := crossScalaVersions.value.head
1313
scalacOptions := crossSettings(
1414
scalaVersion = scalaVersion.value,

0 commit comments

Comments
 (0)