Skip to content

Commit 5e08b40

Browse files
committed
Update Scala and avsCommons versions in CI configuration and dependencies
1 parent a12675e commit 5e08b40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 }}
@@ -81,7 +81,7 @@ jobs:
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:

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
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.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"

0 commit comments

Comments
 (0)