Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [ 2.13.16 ]
scala: [ 2.13.17 ]
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.*
import sbt.Keys.scalaVersion

object Dependencies {
val versionOfScala = "2.13.16" //update .github/workflows/ci.yml as well
val versionOfScala = "2.13.17" //update .github/workflows/ci.yml as well

val jqueryWrapperVersion = "3.3.0"

Expand Down
Loading