Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-exini committed Sep 17, 2019
1 parent e668950 commit a6afc5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -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")

0 comments on commit a6afc5d

Please sign in to comment.