From ce01a36f564393231c4a9d1a6579581885b2c335 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Sat, 6 Apr 2019 12:22:42 +0200 Subject: [PATCH] Update binding to 11.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08951ac..a829eb3 100644 --- a/build.sbt +++ b/build.sbt @@ -6,4 +6,4 @@ enablePlugins(ScalaJSPlugin) libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.6" -libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "11.6.1" +libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "11.7.0"