Skip to content

Commit

Permalink
Merge pull request #5 from ChristopherDavenport/sbt-mima-upgrade
Browse files Browse the repository at this point in the history
Update sbt-mima
  • Loading branch information
ChristopherDavenport authored Sep 20, 2019
2 parents 2c5d77a + bcfd3df commit 6d14bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.0
sbt.version=1.3.1

0 comments on commit 6d14bc7

Please sign in to comment.