Skip to content

Commit

Permalink
Upgrade Binding.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Apr 19, 2020
1 parent c001b53 commit 5f287e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/js.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(Example)

libraryDependencies += "com.thoughtworks.binding" %%% "jspromisebinding" % "12.0.0-M0"
libraryDependencies += "com.thoughtworks.binding" %%% "jspromisebinding" % "12.0.0-M1"

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

Expand Down
9 changes: 3 additions & 6 deletions shared/build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.1" % Test

libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "12.0.0-M0"

libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0-M0"

libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0-M0"
libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "12.0.0-M1"

libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0-M1"

libraryDependencies += "org.typelevel" %% "simulacrum" % "1.0.0"

libraryDependencies += "com.thoughtworks.enableIf" %% "enableif" % "1.1.7"

scalacOptions += "-Ymacro-annotations"
scalacOptions += "-Ymacro-annotations"

0 comments on commit 5f287e2

Please sign in to comment.