From d49eb8b014d069f004daf39e1c54a95e2cc3c0da Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 10 Oct 2024 17:13:00 -0700 Subject: [PATCH] reformat --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index ae6c12f..6cc8954 100755 --- a/build.sbt +++ b/build.sbt @@ -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,