Skip to content

Commit a2ea4ca

Browse files
authored
Merge pull request #244 from ThoughtWorksInc/Atry-patch-1
Upgrade libraries
2 parents d383c82 + 4dbabc6 commit a2ea4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Binding/build.sbt.shared

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name := "Binding"
44

55
description := "Reactive data-binding for Scala. This artifact is available for both Scala.js and JVM."
66

7-
libraryDependencies += "com.thoughtworks.extractor" %%% "extractor" % "2.1.0"
7+
libraryDependencies += "com.thoughtworks.extractor" %%% "extractor" % "2.1.2"
88

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

1111
libraryDependencies += "com.thoughtworks.sde" %%% "core" % "3.3.2"
1212

13-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test
13+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test
1414

1515
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value
1616

0 commit comments

Comments
 (0)