From 7198339fdf6df44d449f673d0988061fcc59cad3 Mon Sep 17 00:00:00 2001 From: scalameta-bot <50175807+scalameta-bot@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:33:01 +0200 Subject: [PATCH] Update scala-library to 2.12.17 (#365) --- .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 367c295e..c185856e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - scala: [2.12.16, 2.13.8] + scala: [2.12.17, 2.13.8] os: [ubuntu-latest] java: [11, 8] steps: