Skip to content

Commit 5f287e2

Browse files
committed
Upgrade Binding.scala
1 parent c001b53 commit 5f287e2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

js/js.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enablePlugins(Example)
22

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

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

shared/build.sbt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.1" % Test
22

3-
libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "12.0.0-M0"
4-
5-
libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0-M0"
6-
7-
libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0-M0"
3+
libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "12.0.0-M1"
84

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

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

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

14-
scalacOptions += "-Ymacro-annotations"
11+
scalacOptions += "-Ymacro-annotations"

0 commit comments

Comments
 (0)