Skip to content

Commit fe674d1

Browse files
Update scala-library to 2.13.17
1 parent 69a6af6 commit fe674d1

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
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
java: ['11', '17', '21']
57-
scala: ['2.12.20', '2.13.16', '3.3.3']
57+
scala: ['2.12.20', '2.13.17', '3.3.3']
5858
platform: ['JVM', 'Native', 'JS']
5959
steps:
6060
- name: Checkout current branch

project/BuildHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import sbtcrossproject.CrossPlugin.autoImport._
77
object BuildHelper {
88

99
val Scala212 = "2.12.20"
10-
val Scala213 = "2.13.16"
10+
val Scala213 = "2.13.17"
1111
val Scala3 = "3.3.6"
1212

1313
private val stdOptions = Seq(

0 commit comments

Comments
 (0)