From bf8f5f71f5122756425d5347f29fa0d9394dc735 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 27 Sep 2024 01:04:35 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbfb015e..0c3edf60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - scala: [2.12.19, 2.13.14] + scala: [2.12.19, 2.13.15] os: [ubuntu-latest] java: [11, 8] steps: diff --git a/build.sbt b/build.sbt index 841fb9c2..8a2fad33 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val Version = new { def mtags = "1.3.5" // Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs, // and binary compatibility of these APIs isn't guaranteed. - // Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.14:1.3.1 | grep org.scalameta:scalameta' + // Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.15:1.3.1 | grep org.scalameta:scalameta' def scalameta = "4.9.6" }