Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-fazlani committed Feb 6, 2019
1 parent be532f5 commit 56d98ad
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 @@ -24,14 +24,14 @@ version := {
}

libraryDependencies ++= Seq(
"com.softwaremill.retry" %% "retry" % "0.3.0",
"com.lihaoyi" %% "requests" % "0.1.4",
"com.lihaoyi" %% "os-lib" % "0.2.5",
"com.softwaremill.retry" %% "retry" % "0.3.1",
"com.lihaoyi" %% "requests" % "0.1.7",
"com.lihaoyi" %% "os-lib" % "0.2.6",
"com.lihaoyi" %% "upickle" % "0.7.1",
"com.lihaoyi" %% "ujson" % "0.7.1",
"com.iheart" %% "ficus" % "1.4.3",
"com.iheart" %% "ficus" % "1.4.4",
//AKKA-DOWNLOADER
"com.typesafe.akka" %% "akka-http" % "10.1.5",
"com.typesafe.akka" %% "akka-http" % "10.1.7",
"com.typesafe.akka" %% "akka-stream" % "2.5.19",
//TEST
"org.scalatest" %% "scalatest" % "3.0.5" % Test
Expand Down

0 comments on commit 56d98ad

Please sign in to comment.