Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Sep 22, 2018
1 parent 56847ba commit d99d576
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "core"

enablePlugins(ScalaJSPlugin)

val scala212 = "2.12.4"
val scala212 = "2.12.6"

scalaVersion := scala212

Expand Down Expand Up @@ -36,6 +36,7 @@ publishArtifact in Test := false
//Test

scalaJSUseMainModuleInitializer in Test := true
scalaJSUseTestModuleInitializer in Test := false

scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)
.withSourceMap(false))
Expand Down Expand Up @@ -71,8 +72,8 @@ resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven")
resolvers += Resolver.bintrayRepo("scalajs-jest", "maven")

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.9.4" % Test,
"scalajs-jest" %%% "core" % "2018.2.2-RC" % Test
"org.scala-js" %%% "scalajs-dom" % "0.9.6" % Test,
"scalajs-jest" %%% "core" % "2018.8.14-RC" % Test
)
//scalaJSStage in Global := FastOptStage
scalaJSStage in Global := FullOptStage
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.1.0
sbt.version=1.2.1

2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M5")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")

0 comments on commit d99d576

Please sign in to comment.