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

Commit 489728a

Browse files
authored
Merge pull request #46 from codacy/fix-dependency-problems
Fix dependency problems
2 parents c4b6ff1 + 13153c8 commit 489728a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

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

33
object Dependencies {
44

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

1010
}

0 commit comments

Comments
 (0)