We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d383c82 + 4dbabc6 commit a2ea4caCopy full SHA for a2ea4ca
Binding/build.sbt.shared
@@ -4,13 +4,13 @@ name := "Binding"
4
5
description := "Reactive data-binding for Scala. This artifact is available for both Scala.js and JVM."
6
7
-libraryDependencies += "com.thoughtworks.extractor" %%% "extractor" % "2.1.0"
+libraryDependencies += "com.thoughtworks.extractor" %%% "extractor" % "2.1.2"
8
9
libraryDependencies += "com.thoughtworks.enableIf" %% "enableif" % "1.1.7"
10
11
libraryDependencies += "com.thoughtworks.sde" %%% "core" % "3.3.2"
12
13
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test
14
15
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value
16
0 commit comments