From 15da9b2f0abfe179a582e1ba46bec2e549f9dba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Kozak?= Date: Thu, 20 Nov 2025 11:12:01 +0100 Subject: [PATCH] Update Scala and avsCommons versions in CI configuration and dependencies --- .github/workflows/ci.yml | 4 ++-- project/Dependencies.scala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8503d8f01..20eb4c76f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17, temurin@21, temurin@25] command: [udash-jvm/test, udash-js/test, guide-selenium/test] runs-on: ${{ matrix.os }} @@ -81,7 +81,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bae641041..a91526c3b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.18" //update .github/workflows/ci.yml as well val jqueryWrapperVersion = "3.3.0" @@ -14,7 +14,7 @@ object Dependencies { val scalaCssVersion = "1.0.0" val servletVersion = "4.0.1" - val avsCommonsVersion = "2.24.0" + val avsCommonsVersion = "2.25.0" val atmosphereJSVersion = "3.1.3" val atmosphereVersion = "2.7.15"