Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
bump api-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocodacy committed Nov 23, 2018
1 parent 28eb120 commit 0196b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object Codacy {
val scalaApi = "com.codacy" %% "codacy-api-scala" % "4.0.4-SNAPSHOT"
val scalaApi = "com.codacy" %% "codacy-api-scala" % "3.1.858"
val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "3.0.276"
}
def scalaXml(scalaVersion: String): Seq[ModuleID] = scalaVersion match {
Expand Down
8 changes: 5 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ resolvers ++= Seq(
Classpaths.sbtPluginReleases
)

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.8")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.2.1")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")

0 comments on commit 0196b30

Please sign in to comment.