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

Commit 611ceca

Browse files
authored
Merge pull request #17 from codacy/partial-coverage
Update codacy scala api
2 parents a4aad90 + 514771c commit 611ceca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Dependencies._
22

33
name := "coverage-parser"
44

5-
version := "1.1.1"
5+
version := "1.1.1-SNAPSHOT"
66

77
scalaVersion := "2.11.11"
88

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44

5-
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.3"
5+
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.4"
66
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4" % "test"
77

88
}

0 commit comments

Comments
 (0)