Skip to content

Commit

Permalink
Disable MiMa for scala 3 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Feb 9, 2024
1 parent ba7cf17 commit 271c20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(

// mima
ThisBuild / mimaBinaryIssueFilters ++= Seq()
ThisBuild / tlVersionIntroduced := Map("3" -> "0.8.0")

// protobuf
ThisBuild / PB.protocVersion := protobufVersion
Expand Down

0 comments on commit 271c20f

Please sign in to comment.