File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 fail-fast : false
2626 matrix :
2727 os : [ubuntu-latest]
28- scala : [2.13.16 ]
28+ scala : [2.13.17 ]
2929 java : [temurin@17, temurin@21, temurin@25]
3030 command : [udash-jvm/test, udash-js/test, guide-selenium/test]
3131 runs-on : ${{ matrix.os }}
8181 strategy :
8282 matrix :
8383 os : [ubuntu-latest]
84- scala : [2.13.16 ]
84+ scala : [2.13.17 ]
8585 java : [temurin@17]
8686 runs-on : ${{ matrix.os }}
8787 steps :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import sbt.*
55import sbt .Keys .scalaVersion
66
77object Dependencies {
8- val versionOfScala = " 2.13.16 " // update .github/workflows/ci.yml as well
8+ val versionOfScala = " 2.13.18 " // update .github/workflows/ci.yml as well
99
1010 val jqueryWrapperVersion = " 3.3.0"
1111
@@ -14,7 +14,7 @@ object Dependencies {
1414 val scalaCssVersion = " 1.0.0"
1515
1616 val servletVersion = " 4.0.1"
17- val avsCommonsVersion = " 2.24 .0"
17+ val avsCommonsVersion = " 2.25 .0"
1818
1919 val atmosphereJSVersion = " 3.1.3"
2020 val atmosphereVersion = " 2.7.15"
You can’t perform that action at this time.
0 commit comments