We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ec9978 + cc2772c commit ae5539aCopy full SHA for ae5539a
examples/scalajs/project/plugins.sbt
@@ -1,2 +1,2 @@
1
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.6.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
2
project/plugin.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
3
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
4
5
6
7
def env(name: String): Option[String] =
8
Option(System.getenv(name))
0 commit comments