File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
// resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
2
- // resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
2
+ resolvers += " Sonatype Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/"
3
3
4
4
val scalaJSVersion =
5
5
Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.31" )
6
6
7
7
if (scalaJSVersion.startsWith(" 0.6" )) {
8
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" )
9
+ addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin-sjs06" % " 0.6 .0" )
10
10
}
11
11
else {
12
12
// addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.5.0-SNAPSHOT").changing())
13
- addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.5 .0" )
13
+ addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.6 .0" )
14
14
}
15
15
16
16
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.5" )
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import scommons.sbtplugin.project.CommonLibs
6
6
7
7
object Libs extends CommonLibs {
8
8
9
- val scommonsApiVersion = " 0.5 .0"
10
- val scommonsReactVersion = " 0.5.1 "
11
- val scommonsNodejsVersion = " 0.5 .0"
12
- val scommonsWebSqlVersion = " 0.5 .0"
9
+ val scommonsApiVersion = " 0.6 .0"
10
+ val scommonsReactVersion = " 0.6.0 "
11
+ val scommonsNodejsVersion = " 0.6 .0"
12
+ val scommonsWebSqlVersion = " 0.6 .0"
13
13
14
14
lazy val scommonsApiXhr = Def .setting(" org.scommons.api" %%% " scommons-api-xhr" % scommonsApiVersion)
15
15
lazy val scommonsReactCore = Def .setting(" org.scommons.react" %%% " scommons-react-core" % scommonsReactVersion)
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ trait ScalaJsModule extends ReactNativeModule {
18
18
.enablePlugins(ScalaJSPlugin , ScalaJSBundlerPlugin )
19
19
.settings(CommonMobileModule .settings: _* )
20
20
.settings(
21
- version in webpack := " 4.29.0" ,
22
-
23
21
// required for node.js >= v12.12.0
24
22
// see:
25
23
// https://github.com/nodejs/node/pull/29919
You can’t perform that action at this time.
0 commit comments