Skip to content

Commit

Permalink
Switch to sbt-mima 0.5.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Aug 12, 2019
1 parent 4caff85 commit 767cf7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ lazy val interpolators = project
)

lazy val `interface-test` = project
.disablePlugins(MimaPlugin)
// .dependsOn(interface)
.settings(
Settings.shared,
Expand Down Expand Up @@ -173,3 +174,4 @@ lazy val `interface-test` = project
)

skip.in(publish) := true
disablePlugins(MimaPlugin)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.2.6")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.5.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-proguard" % "0.3.0")
addSbtCoursier

0 comments on commit 767cf7d

Please sign in to comment.