Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Nov 11, 2018
1 parent 7b745b8 commit 6bc5c02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def basicSettings(npmName: String, npmVersion: String) = Seq(
name := npmName + "_" + npmVersion,
npmDependencies in Compile += npmName -> npmVersion,
libraryDependencies ++= Seq(
"com.github.japgolly.scalajs-react" %%% "extra" % "1.2.0",
"com.payalabs" %%% "scalajs-react-bridge" % "0.6.0"
"com.github.japgolly.scalajs-react" %%% "extra" % "1.3.1",
"com.payalabs" %%% "scalajs-react-bridge" % "0.7.0"
),
addCompilerPlugin("io.tryp" % "splain" % "0.3.1" cross CrossVersion.patch),
addCompilerPlugin("io.tryp" % "splain" % "0.3.4" cross CrossVersion.patch),
scalacOptions += "-P:scalajs:sjsDefinedByDefault",
publishForTag := publishForTagImpl.value
)
Expand All @@ -41,13 +41,13 @@ lazy val reactSelectPlus =
.enablePlugins(ScalaJSBundlerPlugin)
.settings(
basicSettings("react-select-plus", "1.2.0"),
version := "0.4.0"
version := "0.5.0"
)

lazy val reactInputMask =
project
.enablePlugins(ScalaJSBundlerPlugin)
.settings(
basicSettings("react-input-mask", "1.0.7"),
version := "0.2.0"
basicSettings("react-input-mask", "2.0.4"),
version := "0.3.0"
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.6
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")

0 comments on commit 6bc5c02

Please sign in to comment.