Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Apr 4, 2016
1 parent c0baa8c commit ecbae87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ resolvers ++= Seq(
"Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases")

libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.10.0",
"com.github.nscala-time" %% "nscala-time" % "2.12.0",
"com.typesafe" % "config" % "1.3.0",
"net.sourceforge.htmlunit" % "htmlunit" % "2.20",
"org.jsoup" % "jsoup" % "1.8.3",
"org.scalaz" %% "scalaz-core" % "7.2.1",
"org.scalaz" %% "scalaz-core" % "7.2.2",
"org.http4s" %% "http4s-blaze-server" % "0.13.0a" % "test",
"org.http4s" %% "http4s-dsl" % "0.13.0a" % "test",
"org.slf4j" % "slf4j-nop" % "1.7.18" % "test",
"org.slf4j" % "slf4j-nop" % "1.7.21" % "test",
"org.specs2" %% "specs2-core" % "3.7.2" % "test")

scalariformPreferences := scalariformPreferences.value
Expand Down

0 comments on commit ecbae87

Please sign in to comment.