Skip to content

Commit fc2b77e

Browse files
committed
build: Disable MiMa for now
1 parent a3b9c96 commit fc2b77e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2828
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2929
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
30-
run: sbt mimaReportBinaryIssues ci-release
30+
run: sbt ci-release
3131
- name: Publish Microsite
3232
env:
3333
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

project/BuildSettings.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ object BuildSettings {
2525
scalaVersion := "2.13.2",
2626
crossScalaVersions := List(scalaVersion.value, "2.12.11"),
2727
fork := true,
28-
mimaPreviousArtifacts ~= { _.filter(_.revision == "0.1.34") }, // this is just temporary until we have release version 1.x
29-
mimaFailOnNoPrevious := false,
3028
libraryDependencies ++= Seq(
3129
compilerPlugin(Dependencies.kindProjector),
3230
compilerPlugin(Dependencies.silencer),

0 commit comments

Comments
 (0)