Skip to content

Commit

Permalink
build: Disable MiMa for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek committed May 20, 2020
1 parent a3b9c96 commit fc2b77e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: sbt mimaReportBinaryIssues ci-release
run: sbt ci-release
- name: Publish Microsite
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
Expand Down
2 changes: 0 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ object BuildSettings {
scalaVersion := "2.13.2",
crossScalaVersions := List(scalaVersion.value, "2.12.11"),
fork := true,
mimaPreviousArtifacts ~= { _.filter(_.revision == "0.1.34") }, // this is just temporary until we have release version 1.x
mimaFailOnNoPrevious := false,
libraryDependencies ++= Seq(
compilerPlugin(Dependencies.kindProjector),
compilerPlugin(Dependencies.silencer),
Expand Down

0 comments on commit fc2b77e

Please sign in to comment.