We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a6af6 commit fe674d1Copy full SHA for fe674d1
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
fail-fast: false
55
matrix:
56
java: ['11', '17', '21']
57
- scala: ['2.12.20', '2.13.16', '3.3.3']
+ scala: ['2.12.20', '2.13.17', '3.3.3']
58
platform: ['JVM', 'Native', 'JS']
59
steps:
60
- name: Checkout current branch
project/BuildHelper.scala
@@ -7,7 +7,7 @@ import sbtcrossproject.CrossPlugin.autoImport._
7
object BuildHelper {
8
9
val Scala212 = "2.12.20"
10
- val Scala213 = "2.13.16"
+ val Scala213 = "2.13.17"
11
val Scala3 = "3.3.6"
12
13
private val stdOptions = Seq(
0 commit comments