From a6afc5dacd36d842af2d539b317085a8c5e2bc3d Mon Sep 17 00:00:00 2001 From: "karl.sjostrand@exini.com" Date: Tue, 17 Sep 2019 09:56:50 -0400 Subject: [PATCH] Updated deps --- build.sbt | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index deee0f9..1a21a41 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ name := "dicom-streams" version := "0.11" organization := "com.exini" //scalaVersion := "2.13.0" -crossScalaVersions := Seq("2.12.2", "2.13.0") +crossScalaVersions := Seq("2.12.10", "2.13.0") scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8") scalacOptions in(Compile, doc) ++= Seq( "-no-link-warnings" // Suppresses problems with Scaladoc @throws links @@ -20,7 +20,7 @@ buildInfoPackage := "com.exini.dicom" // repos resolvers ++= Seq( - "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/") + "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/") // deps diff --git a/project/build.properties b/project/build.properties index c0bab04..080a737 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.8 +sbt.version=1.3.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 2910255..72dd5ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")