We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9646b3d commit 5261a38Copy full SHA for 5261a38
build.sbt
@@ -7,7 +7,8 @@ lazy val Version = new {
7
"2.13.11",
8
"2.13.12",
9
"2.13.13",
10
- "2.13.14"
+ "2.13.14",
11
+ "2.13.15"
12
)
13
val scala212Versions = Seq(
14
"2.12.16",
@@ -21,7 +22,7 @@ lazy val Version = new {
21
22
def mtags = "1.3.5"
23
// Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs,
24
// and binary compatibility of these APIs isn't guaranteed.
- // 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'
26
def scalameta = "4.9.6"
27
}
28
0 commit comments