Skip to content

Commit

Permalink
Merge pull request #2336 from xuwei-k/patch-2
Browse files Browse the repository at this point in the history
fix warning in build.sbt
  • Loading branch information
hamnis authored Jan 13, 2025
2 parents 9f1d360 + 9e81641 commit d6d216a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ThisBuild / scalaVersion := Scala213V
ThisBuild / githubWorkflowJavaVersions := Seq("8", "11", "17").map(JavaSpec.temurin)

ThisBuild / tlCiScalafixCheck := false // TODO: Address these in a follow up PR
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value)
ThisBuild / scalafixAll / skip := tlIsScala3.value
ThisBuild / ScalafixConfig / skip := tlIsScala3.value
ThisBuild / circeRootOfCodeCoverage := Some("rootJVM")
Expand Down

0 comments on commit d6d216a

Please sign in to comment.