Skip to content

Commit f85c510

Browse files
Update uTest to match the latest Dotty version
1 parent 8c1e9a8 commit f85c510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ object Build {
11301130
(publishLocal in `dotty-compiler-bootstrapped`).value
11311131
(publishLocal in `sbt-dotty`).value
11321132
(publishLocal in `dotty-bootstrapped`).value
1133-
(publishLocal in `dotty-staging`).value
1133+
// (publishLocal in `dotty-staging`).value
11341134
val pluginText =
11351135
s"""updateOptions in Global ~= (_.withLatestSnapshots(false))
11361136
|addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "$sbtDottyVersion")""".stripMargin

0 commit comments

Comments
 (0)