Skip to content

Commit 5261a38

Browse files
fix update
1 parent 9646b3d commit 5261a38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ lazy val Version = new {
77
"2.13.11",
88
"2.13.12",
99
"2.13.13",
10-
"2.13.14"
10+
"2.13.14",
11+
"2.13.15"
1112
)
1213
val scala212Versions = Seq(
1314
"2.12.16",
@@ -21,7 +22,7 @@ lazy val Version = new {
2122
def mtags = "1.3.5"
2223
// Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs,
2324
// and binary compatibility of these APIs isn't guaranteed.
24-
// Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.15:1.3.1 | grep org.scalameta:scalameta'
25+
// Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.14:1.3.1 | grep org.scalameta:scalameta'
2526
def scalameta = "4.9.6"
2627
}
2728

0 commit comments

Comments
 (0)