@@ -372,7 +372,7 @@ object Build {
372
372
),
373
373
374
374
// This is used to download nightly builds of the Scala 2 library in `scala2-library-bootstrapped`
375
- resolvers += " scala-integration" at " https://scala-ci.typesafe.com/artifactory/scala-integration/" ,
375
+ resolvers += " scala-integration" at " https://scala-ci.typesafe.com/artifactory/scala-integration/"
376
376
)
377
377
378
378
lazy val disableDocSetting =
@@ -1434,7 +1434,7 @@ object Build {
1434
1434
BuildInfoPlugin .buildInfoDefaultSettings
1435
1435
1436
1436
lazy val presentationCompilerSettings = {
1437
- val mtagsVersion = " 1.3.5 "
1437
+ val mtagsVersion = " 1.4.0+13-e3812b3f-SNAPSHOT "
1438
1438
Seq (
1439
1439
libraryDependencies ++= Seq (
1440
1440
" org.lz4" % " lz4-java" % " 1.8.0" ,
@@ -1444,6 +1444,7 @@ object Build {
1444
1444
.exclude(" org.eclipse.lsp4j" ," org.eclipse.lsp4j.jsonrpc" ),
1445
1445
" org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.20.1" ,
1446
1446
),
1447
+ resolvers ++= Resolver .sonatypeOssRepos(" snapshots" ),
1447
1448
libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.15" % mtagsVersion % SourceDeps ),
1448
1449
ivyConfigurations += SourceDeps .hide,
1449
1450
transitiveClassifiers := Seq (" sources" ),
0 commit comments