Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 6699428

Browse files
committed
Bump API
1 parent 48bf924 commit 6699428

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releas
2020

2121
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
2222

23-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.6")
23+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.7")
2424
```
2525

2626
Coverage should now be enabled for your project.

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import sbt._
22

33
object Dependencies {
44

5-
lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "2.0.1"
6-
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.6"
5+
lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "2.0.2"
6+
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.7"
77
lazy val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
88
lazy val `rapture-json-circe` = "com.propensive" %% "rapture-json-circe" % "2.0.0-M7"
99

0 commit comments

Comments
 (0)