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.
1 parent 88dff41 commit 6ccd5beCopy full SHA for 6ccd5be
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- scala: [ 2.13.16 ]
+ scala: [ 2.13.17 ]
22
java-version: [ 17, 21 ]
23
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
24
steps:
project/Dependencies.scala
@@ -5,7 +5,7 @@ import sbt.*
5
import sbt.Keys.scalaVersion
6
7
object Dependencies {
8
- val versionOfScala = "2.13.16" //update .github/workflows/ci.yml as well
+ val versionOfScala = "2.13.17" //update .github/workflows/ci.yml as well
9
10
val jqueryWrapperVersion = "3.3.0"
11
0 commit comments