From dceb9fe75e3d0cda2312141a44e37f2ac33694aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 00:50:31 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- .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..ea69be2 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.18 sbt-args: --addPluginSbtFile=project/plugins.sbt.scalajs06 - - scala: 2.13.4 + - scala: 2.13.18 steps: - uses: actions/checkout@v3