Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Oct 11, 2024
1 parent 7fcfd85 commit d49eb8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ lazy val sbtSonatype =
libraryDependencies ++= Seq(
"org.sonatype.spice.zapper" % "spice-zapper" % versions.sonatypeZapperClient,
"org.wvlet.airframe" %% "airframe-http" % versions.airframe
// Logback 1.5.8 dropposed Java 8 support
exclude("ch.qos.logback", "logback-core")
// A workaround for sbt-pgp, which still depends on scala-parser-combinator 1.x
// Logback 1.5.8 dropposed Java 8 support
exclude ("ch.qos.logback", "logback-core")
// A workaround for sbt-pgp, which still depends on scala-parser-combinator 1.x
excludeAll (ExclusionRule("org.scala-lang.modules", "scala-parser-combinators_2.12")),
"org.wvlet.airframe" %% "airspec" % versions.airframe % Test,
"com.lumidion" %% "sonatype-central-client-sttp-core" % versions.sonatypeClient,
Expand Down

0 comments on commit d49eb8b

Please sign in to comment.