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" }