Skip to content

Commit

Permalink
Merge a3c61fc into a37167b
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Dec 11, 2017
2 parents a37167b + a3c61fc commit 82ade06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "Agora"

organization := "org.broadinstitute"

scalaVersion := "2.11.11"
scalaVersion := "2.11.12"

val sprayV = "1.3.4"

Expand All @@ -18,9 +18,9 @@ resolvers += "artifactory-releases" at artifactory + "libs-release"
resolvers += "artifactory-snapshots" at artifactory + "libs-snapshot"

libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.8",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.8.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.8",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.10",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.10",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.10",
"org.apache.commons" % "commons-compress" % "1.4.1", // upgrading a transitive dependency to avoid security warnings
"org.apache.httpcomponents" % "httpclient" % "4.5.3", // upgrading a transitive dependency to avoid security warnings
"ch.qos.logback" % "logback-classic" % "1.2.2",
Expand Down

0 comments on commit 82ade06

Please sign in to comment.