Skip to content

Commit 3c62669

Browse files
authored
Merge pull request #1317 from scala-steward/update/scala-library-2.13.16
Update scala-library, scala-reflect to 2.13.16
2 parents 342e697 + 3780f01 commit 3c62669

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
scala: [ 2.13.15 ]
21+
scala: [ 2.13.16 ]
2222
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
2323
steps:
2424
- uses: actions/checkout@v4

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbt.*
55
import sbt.Keys.scalaVersion
66

77
object Dependencies {
8-
val versionOfScala = "2.13.15" //update .github/workflows/ci.yml as well
8+
val versionOfScala = "2.13.16" //update .github/workflows/ci.yml as well
99

1010
val jqueryWrapperVersion = "3.3.0"
1111

0 commit comments

Comments
 (0)