From b2ba9c59f2f926d9c610e63acce60c65672ca0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Leuth=C3=A4user?= <1417198+max-leuthaeuser@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:14:34 +0200 Subject: [PATCH 1/2] Update pr.yml --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 65217dd1..6ec4cd91 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,14 +7,14 @@ jobs: matrix: os: [ubuntu-22.04, windows-2022, macos-12] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '17' + java-version: '21' cache: 'sbt' - name: Compile and run tests run: sbt "clean; test;" From aa83051b9dc0e4ce4ea30a5dc091595f0edb705a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:03:34 +0200 Subject: [PATCH 2/2] Update choco-solver to 4.10.17 (#327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Max Leuthäuser <1417198+max-leuthaeuser@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cb7600c4..b400ff42 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ trait Dependencies { val scalaVersion = "3.5.1" val akkaVersion = "2.8.6" val scalatestVersion = "3.2.19" - val chocoVersion = "4.10.16" + val chocoVersion = "4.10.17" val guavaVersion = "33.3.0-jre" val emfcommonVersion = "2.31.0" val emfecoreVersion = "2.37.0"