Skip to content

Commit af55496

Browse files
committed
Downgrade sbt-osgi to 0.9.4, to work around race condition in 0.9.5+
Ref: scala/scala3#11604 (cherry picked from commit d3b7db9) (cherry picked from commit 96650cf)
1 parent 8fa0221 commit af55496

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.7.1")
88

0 commit comments

Comments
 (0)