From ba2b1b025e34394b3c3855e868fc4dec339a68ad Mon Sep 17 00:00:00 2001 From: rodrigo Date: Mon, 16 Dec 2019 20:07:20 -0300 Subject: [PATCH] Fix Coverage Report --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 7609b47..8b8de72 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.2.8 \ No newline at end of file +sbt.version = 1.3.5 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 5b876ed..b49a6e4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")