Skip to content

Commit

Permalink
Merge pull request #5 from sideeffffect/promtheus-client-update-fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
Awethon authored Dec 29, 2023
2 parents c74dbba + 3405a12 commit 8b0cf4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.typesafe.tools.mima.core._

ThisBuild / tlBaseVersion := "0.5" // your current series x.y

ThisBuild / organization := "io.chrisdavenport"
Expand Down Expand Up @@ -43,6 +45,8 @@ val munitCatsEffectV = "1.0.7"
// General Settings
lazy val commonSettings = Seq(

mimaBinaryIssueFilters := List({(_: Problem) => false}), // TODO: remove this once switched to next major version

javacOptions ++= Seq("--release", "8"),

scalacOptions --= List("-source", "future", "-Xfatal-warnings"),
Expand Down

0 comments on commit 8b0cf4f

Please sign in to comment.