Skip to content

Commit e68c91a

Browse files
committed
Merge remote-tracking branch 'scala-steward/update/scala-library-2.13.15' into update/scala-2.13.15,commons,analyzer,scalajs
2 parents ea448f3 + 8e8a67e commit e68c91a

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.14 ]
21+
scala: [ 2.13.15 ]
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.14" //update .github/workflows/ci.yml as well
8+
val versionOfScala = "2.13.15" //update .github/workflows/ci.yml as well
99

1010
val jqueryWrapperVersion = "3.3.0"
1111

0 commit comments

Comments
 (0)