Skip to content

Commit 9b9e3d4

Browse files
committed
add nightly mtags-shared as dependency instead of local snapshot
1 parent fbc6cde commit 9b9e3d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ object Build {
10771077
}
10781078

10791079
lazy val presentationCompilerSettings = {
1080-
val mtagsVersion = "0.11.13-SNAPSHOT"
1080+
val mtagsVersion = "0.11.12+45-45df705d-SNAPSHOT" // Will be set to stable release after 0.11.13 is published
10811081

10821082
Seq(
10831083
moduleName := "scala3-presentation-compiler",
@@ -1089,6 +1089,7 @@ object Build {
10891089
ivyConfigurations += SourceDeps.hide,
10901090
transitiveClassifiers := Seq("sources"),
10911091
resolvers += Resolver.defaultLocal,
1092+
resolvers ++= Resolver.sonatypeOssRepos("snapshots"), // To be removed after 0.11.13 is published
10921093
libraryDependencies += ("org.scalameta" %% "mtags-shared" % mtagsVersion % "sourcedeps")
10931094
.cross(CrossVersion.for3Use2_13),
10941095
(Compile / sourceGenerators) += Def.task {

0 commit comments

Comments
 (0)