Skip to content

Commit f4f35e1

Browse files
authored
Merge pull request #8229 from dotty-staging/scalajs-1.0.0
Upgrade to Scala.js 1.0.0.
2 parents 750ce40 + 9d4506c commit f4f35e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/plugins.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
//
33
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44

5-
// DO NOT update this plugin without regenerating our Docker
6-
// image (https://github.com/lampepfl/dotty-drone) or fixing
7-
// https://github.com/lampepfl/dotty/issues/3146.
8-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-RC2")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
96

107
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
118

0 commit comments

Comments
 (0)