Skip to content

Commit

Permalink
Merge pull request #26 from srstevenson/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to latest stable releases
  • Loading branch information
srstevenson committed Oct 12, 2016
2 parents 10da72b + d0f4c9a commit cbdd2a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crossScalaVersions := Seq("2.11.8", "2.10.6")

libraryDependencies ++= Seq(
"org.scalaj" %% "scalaj-http" % "2.2.1",
"org.json4s" %% "json4s-native" % "3.3.0",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
"org.json4s" %% "json4s-native" % "3.4.1",
"org.scalatest" %% "scalatest" % "3.0.0" % "test"
)

initialCommands := """
Expand All @@ -34,7 +34,6 @@ parallelExecution in Test := false

logBuffered in Test := false


// Documentation
enablePlugins(SiteScaladocPlugin)

Expand Down

0 comments on commit cbdd2a7

Please sign in to comment.