From f0891245c844f3f12e40886406d341752c7b5d46 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Fri, 20 Sep 2019 07:03:27 -0700 Subject: [PATCH 1/2] Update sbt-mima --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e067f06..6a85dae 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val core = project.in(file("core")) .settings( name := "sbt-mima-version-check", sbtPlugin := true, - addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.0"), + addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1"), scriptedLaunchOpts := { scriptedLaunchOpts.value ++ Seq("-Xmx1024M", "-Dplugin.version=" + version.value) @@ -32,7 +32,7 @@ lazy val contributors = Seq( // General Settings lazy val commonSettings = Seq( organization := "io.chrisdavenport", - scalaVersion := "2.12.9", + scalaVersion := "2.12.10", scalacOptions in (Compile, doc) ++= Seq( "-groups", From bcfd3dff604cf6b7fbcaab7bff077cd1bf4de475 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Fri, 20 Sep 2019 07:04:07 -0700 Subject: [PATCH 2/2] SBT upgrade --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 080a737..ea6d47b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.0 +sbt.version=1.3.1