Skip to content

Commit d3b7db9

Browse files
committed
Downgrade sbt-osgi to 0.9.4, to work around race condition in 0.9.5+
Ref: scala/scala3#11604
1 parent e58ec52 commit d3b7db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")
22

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

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

77
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.3.0")
88

0 commit comments

Comments
 (0)