Skip to content

Commit

Permalink
prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Sep 13, 2024
1 parent f13955f commit e85fab8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@ lazy val commonSettings = Seq(
},
)

import com.typesafe.tools.mima.core.*
ThisBuild / mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[DirectMissingMethodProblem](
"com.evolutiongaming.kafka.journal.replicator.TopicReplicatorMetrics.append",
),
ProblemFilters.exclude[ReversedMissingMethodProblem](
"com.evolutiongaming.kafka.journal.replicator.TopicReplicatorMetrics.append",
),
)
//import com.typesafe.tools.mima.core.*
//ThisBuild / mimaBinaryIssueFilters ++= Seq(
//)

val alias: Seq[sbt.Def.Setting[?]] =
addCommandAlias("fmt", "all scalafmtAll scalafmtSbt; scalafixEnable; scalafixAll") ++
Expand Down

0 comments on commit e85fab8

Please sign in to comment.