From 445841f5f965edc4fc55a87ab9d19dcc966a3ef8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 03:18:33 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index bd9d05c..b75942b 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -17,9 +17,9 @@ jobs: matrix: include: - scala: 3.3.0 - - scala: 2.13.4 + - scala: 2.13.14 sbt-args: --addPluginSbtFile=project/plugins.sbt.scalajs06 - - scala: 2.13.4 + - scala: 2.13.14 steps: - uses: actions/checkout@v3