Skip to content

Commit 3f7614a

Browse files
authored
Merge pull request #1752 from dotty-staging/publish
fix publishing of dotty-library
2 parents c8bf8c4 + 6185081 commit 3f7614a

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
@@ -377,7 +377,8 @@ object DottyBuild extends Build {
377377
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
378378
"org.scala-lang" % "scala-library" % scalaVersion.value
379379
)
380-
)
380+
).
381+
settings(publishing)
381382

382383
// until sbt/sbt#2402 is fixed (https://github.com/sbt/sbt/issues/2402)
383384
lazy val cleanSbtBridge = TaskKey[Unit]("cleanSbtBridge", "delete dotty-sbt-bridge cache")

0 commit comments

Comments
 (0)