aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2019-09-05 10:01:31 -0700
committerSchuyler Eldridge2019-09-05 13:01:31 -0400
commitbc7fe56d396c9018e9c3ccaab1ed747dd8d609b2 (patch)
tree1330abd7009d2ca437129a313031519d63af3a05
parent8c83631b1e7296b03420d807144c21bc89df79d2 (diff)
Bump dependency versions (#1156)
-rw-r--r--build.sbt10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.sbt b/build.sbt
index 11a2b490..056ad112 100644
--- a/build.sbt
+++ b/build.sbt
@@ -64,17 +64,17 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
// An explicit dependency on junit seems to alleviate this.
libraryDependencies += "junit" % "junit" % "4.12" % "test"
-libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0" % "test"
-libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.0"
+libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.1"
-libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.4.0"
+libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.4.1"
-libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.1"
+libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7"
-libraryDependencies += "org.apache.commons" % "commons-text" % "1.6"
+libraryDependencies += "org.apache.commons" % "commons-text" % "1.7"
// Java PB