Skip to content

Commit

Permalink
Don't publish with logback
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed May 28, 2024
1 parent 413ffde commit 0a4ded2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ lazy val gateway = crossProject(JSPlatform, JVMPlatform)
commonSettings,
publishSettings,
name := "gateway",
libraryDependencies += "com.softwaremill.sttp.client3" %% "fs2" % "3.8.15",
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.7",
description := "The gateway module of AckCord"
description := "The gateway module of AckCord",
libraryDependencies += "com.softwaremill.sttp.client3" %% "fs2" % "3.8.15"
)

lazy val gatewayJVM = gateway.jvm
Expand Down Expand Up @@ -154,7 +153,7 @@ lazy val example = project
noPublishSettings,
name := "example",
version := "1.0",
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.10"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.7"
)
.dependsOn(ackcordJVM, interactionsJVM)

Expand Down

0 comments on commit 0a4ded2

Please sign in to comment.