File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ val scalaJSVersion =
55 Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.31" )
66
77if (scalaJSVersion.startsWith(" 0.6" )) {
8- addSbtPlugin((" org.scommons.sbt" % " sbt-scommons-plugin-sjs06" % " 0.7.0-SNAPSHOT" ).changing())
9- // addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.7.0")
8+ // addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.7.0-SNAPSHOT").changing())
9+ addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin-sjs06" % " 0.7.0" )
1010}
1111else {
12- addSbtPlugin((" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.7.0-SNAPSHOT" ).changing())
13- // addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.7.0")
12+ // addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.7.0-SNAPSHOT").changing())
13+ addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.7.0" )
1414}
1515
1616addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.5" )
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import scommons.sbtplugin.project.CommonLibs
66
77object Libs extends CommonLibs {
88
9- val scommonsNodejsVersion = " 0.6.3 "
10- private val sjsReactJsVer = " 0.17.0-SNAPSHOT "
9+ val scommonsNodejsVersion = " 0.7.0 "
10+ private val sjsReactJsVer = " 0.17.0"
1111
1212 lazy val sjsReactJsCore = Def .setting(" org.scommons.shogowada" %%% " scalajs-reactjs-core" % sjsReactJsVer)
1313 lazy val sjsReactJsDom = Def .setting(" org.scommons.shogowada" %%% " scalajs-reactjs-dom" % sjsReactJsVer)
You can’t perform that action at this time.
0 commit comments