Skip to content

Commit

Permalink
Downgrade sbt-osgi to 0.9.4, to work around race condition in 0.9.5+
Browse files Browse the repository at this point in the history
Ref: scala/scala3#11604

(cherry picked from commit d3b7db9)
  • Loading branch information
griggt committed Apr 9, 2021
1 parent 25fdf1b commit 96650cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")

val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.5.0")

Expand Down

0 comments on commit 96650cf

Please sign in to comment.