From 43f1d800b92241d86703b5518aab171e039fde4e Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 9 Feb 2017 21:54:46 +0100 Subject: Add test for unmarshalling github issue form JSON --- project/Build.scala | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 242223ba2..3cc10b6e4 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -172,12 +172,13 @@ object DottyBuild extends Build { settings(sourceStructure). settings( libraryDependencies ++= { - val github4sVersion = "0.9.0" + val circeVersion = "0.7.0" val http4sVersion = "0.15.3" Seq( - "io.circe" %% "circe-generic" % "0.6.1", + "com.novocode" % "junit-interface" % "0.11" % "test", + "io.circe" %% "circe-generic" % circeVersion, + "io.circe" %% "circe-parser" % circeVersion, "ch.qos.logback" % "logback-classic" % "1.1.7", - "com.fortysevendeg" %% "github4s" % "0.10.0", "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-blaze-server" % http4sVersion, "org.http4s" %% "http4s-blaze-client" % http4sVersion, -- cgit v1.2.3