File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 27
27
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
28
28
SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
29
29
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
30
- run : sbt mimaReportBinaryIssues ci-release
30
+ run : sbt ci-release
31
31
- name : Publish Microsite
32
32
env :
33
33
DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ object BuildSettings {
25
25
scalaVersion := " 2.13.2" ,
26
26
crossScalaVersions := List (scalaVersion.value, " 2.12.11" ),
27
27
fork := true ,
28
- mimaPreviousArtifacts ~= { _.filter(_.revision == " 0.1.34" ) }, // this is just temporary until we have release version 1.x
29
- mimaFailOnNoPrevious := false ,
30
28
libraryDependencies ++= Seq (
31
29
compilerPlugin(Dependencies .kindProjector),
32
30
compilerPlugin(Dependencies .silencer),
You can’t perform that action at this time.
0 commit comments