Skip to content

Commit

Permalink
Bump dependency versions (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl authored and seldridge committed Sep 5, 2019
1 parent 8c83631 commit bc7fe56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc7fe56

Please sign in to comment.