Skip to content

Commit

Permalink
Update codacy-scala-api to version 3.0.3 (#67)
Browse files Browse the repository at this point in the history
* Update codacy-scala-api to version 3.0.3

* Update coverage-parser to version 2.0.3
  • Loading branch information
rtfpessoa authored Dec 26, 2017
1 parent 9d71835 commit 411a7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._

object Dependencies {

lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.1"
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.1"
lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.3"
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.3"
lazy val scopt = "com.github.scopt" %% "scopt" % "3.3.0"
lazy val log = "ch.qos.logback" % "logback-classic" % "1.2.1"
lazy val raptureJsonPlay = "com.propensive" %% "rapture-json-play" % "2.0.0-M7"
Expand Down

0 comments on commit 411a7d0

Please sign in to comment.