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.
2 parents 342e697 + 3780f01 commit 3c62669Copy full SHA for 3c62669
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- scala: [ 2.13.15 ]
+ scala: [ 2.13.16 ]
22
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
23
steps:
24
- uses: actions/checkout@v4
project/Dependencies.scala
@@ -5,7 +5,7 @@ import sbt.*
5
import sbt.Keys.scalaVersion
6
7
object Dependencies {
8
- val versionOfScala = "2.13.15" //update .github/workflows/ci.yml as well
+ val versionOfScala = "2.13.16" //update .github/workflows/ci.yml as well
9
10
val jqueryWrapperVersion = "3.3.0"
11
0 commit comments