File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ object Build {
1077
1077
}
1078
1078
1079
1079
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
1081
1081
1082
1082
Seq (
1083
1083
moduleName := " scala3-presentation-compiler" ,
@@ -1089,6 +1089,7 @@ object Build {
1089
1089
ivyConfigurations += SourceDeps .hide,
1090
1090
transitiveClassifiers := Seq (" sources" ),
1091
1091
resolvers += Resolver .defaultLocal,
1092
+ resolvers ++= Resolver .sonatypeOssRepos(" snapshots" ), // To be removed after 0.11.13 is published
1092
1093
libraryDependencies += (" org.scalameta" %% " mtags-shared" % mtagsVersion % " sourcedeps" )
1093
1094
.cross(CrossVersion .for3Use2_13),
1094
1095
(Compile / sourceGenerators) += Def .task {
You can’t perform that action at this time.
0 commit comments