From 51a67c5a1b8224cf4fb78d6cb55f2cfc14a63847 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:53:00 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea2239b..2c25bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.1, 2.13.10, 2.12.17] + scala: [3.2.1, 2.13.10, 2.12.20] java: [temurin@11] runs-on: ${{ matrix.os }} steps: