We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9460d34 commit 9356896Copy full SHA for 9356896
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
scala:
16
- - 2.13.16
+ - 2.13.18
17
- 3.3.7
18
19
steps:
build.sbt
@@ -8,7 +8,7 @@ organizationHomepage := Some(url("https://evolution.com"))
8
homepage := Some(url("https://github.com/evolution-gaming/resource-pool"))
9
startYear := Some(2023)
10
11
-crossScalaVersions := Seq("2.13.16", "3.3.7")
+crossScalaVersions := Seq("2.13.18", "3.3.7")
12
scalaVersion := crossScalaVersions.value.head
scalacOptions := crossSettings(
scalaVersion = scalaVersion.value,
0 commit comments