We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34842c commit 23569e5Copy full SHA for 23569e5
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- scala: [2.12.18, 2.13.12]
+ scala: [2.12.18, 2.13.13]
30
os: [ubuntu-latest]
31
java: [11, 8]
32
steps:
build.sbt
@@ -20,7 +20,7 @@ lazy val Version = new {
20
21
// Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs,
22
// and binary compatibility of these APIs isn't guaranteed.
23
- // Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.12:1.0.1 | grep org.scalameta:scalameta'
+ // Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.13:1.0.1 | grep org.scalameta:scalameta'
24
def scalameta = "4.8.3"
25
}
0 commit comments