Skip to content

Commit 23569e5

Browse files
committed
Update scala-library to 2.13.13
1 parent b34842c commit 23569e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
scala: [2.12.18, 2.13.12]
29+
scala: [2.12.18, 2.13.13]
3030
os: [ubuntu-latest]
3131
java: [11, 8]
3232
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val Version = new {
2020

2121
// Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs,
2222
// 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'
23+
// Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.13:1.0.1 | grep org.scalameta:scalameta'
2424
def scalameta = "4.8.3"
2525
}
2626

0 commit comments

Comments
 (0)