Skip to content

Commit

Permalink
Remove mima checks, since we start a new series
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Jul 2, 2024
1 parent 8271097 commit 5b6ba44
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / tlFatalWarnings := false // TODO: fix by dropping 2.12

val circeVersion = "0.14.9"
val munitVersion = "1.0.0"
val previousCirceJacksonVersion = "0.14.0"
val previousCirceJacksonVersion = "0.15.0"
val disciplineMunitVersion = "2.0.0"

def priorTo2_13(scalaVersion: String): Boolean =
Expand Down Expand Up @@ -50,13 +50,7 @@ def jacksonDependencies(version: String, databindVersion: Option[String] = None)
"com.fasterxml.jackson.core" % "jackson-databind" % databindVersion.getOrElse(version)
)

val mimaSettings = Seq(
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[MissingClassProblem]("io.circe.jackson.package$EnhancedByteArrayOutputStream")
)
)

val allSettings = baseSettings ++ publishSettings ++ mimaSettings
val allSettings = baseSettings ++ publishSettings

val root = project
.in(file("."))
Expand Down

0 comments on commit 5b6ba44

Please sign in to comment.