We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b6ff1 + 13153c8 commit 489728aCopy full SHA for 489728a
1 file changed
project/Dependencies.scala
@@ -2,9 +2,9 @@ import sbt._
2
3
object Dependencies {
4
5
- lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "2.0.2"
+ lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.1"
6
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.1"
7
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"
+ lazy val `rapture-json-circe` = "com.propensive" %% "rapture-json-circe" % "2.0.0-M8"
9
10
}
0 commit comments