Skip to content

Commit

Permalink
Merge pull request #753 from mzuehlke/patch-1
Browse files Browse the repository at this point in the history
Let Scala Steward ignore otel4s-java updates
  • Loading branch information
iRevive authored Sep 3, 2024
2 parents 1b14df1 + 1476e4d commit 0cb939d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,9 @@ lazy val scalafix = tlScalafixProject
)
.inputSettings(
crossScalaVersions := Seq(Scala213),
// scala-steward:off
libraryDependencies += "org.typelevel" %% "otel4s-java" % "0.4.0",
// scala-steward:on
headerSources / excludeFilter := AllPassFilter
)
.inputConfigure(_.disablePlugins(ScalafixPlugin))
Expand Down

0 comments on commit 0cb939d

Please sign in to comment.