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

Commit f52f661

Browse files
committed
version bump
1 parent 121e865 commit f52f661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 := "sbt-codacy-coverage"
44

5-
version := "1.0.2"
5+
version := "1.0.3"
66

77
scalaVersion := "2.10.4"
88

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 playJson = "com.typesafe.play" %% "play-json" % "2.3.7"
6-
lazy val playWs = "com.typesafe.play" %% "play-ws" % "2.3.7"
5+
lazy val playJson = "com.typesafe.play" %% "play-json" % "2.3.8"
6+
lazy val playWs = "com.typesafe.play" %% "play-ws" % "2.3.8"
77
lazy val jGit = "org.eclipse.jgit" % "org.eclipse.jgit" % "3.6.2.201501210735-r"
88
lazy val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
99

0 commit comments

Comments
 (0)