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.
1 parent 712da6d commit 06f8d45Copy full SHA for 06f8d45
project/plugins.sbt
@@ -6,11 +6,11 @@ val scalaJSVersion =
6
7
if (scalaJSVersion.startsWith("0.6")) {
8
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.5.0-SNAPSHOT").changing())
9
- addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.5.0")
+ addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.6.0")
10
}
11
else {
12
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.5.0-SNAPSHOT").changing())
13
- addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.5.0")
+ addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.6.0")
14
15
16
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
0 commit comments