Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Nov 14, 2023
1 parent 5bef451 commit 69cc2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ object Dependencies {
lazy val slf4jApi = "org.slf4j" % "slf4j-api" % slf4jVersion
lazy val slf4jJul = "org.slf4j" % "jul-to-slf4j" % slf4jVersion

private val tapirVersion = "1.8.4"
private val tapirVersion = "1.9.0"
lazy val tapirStubServer = "com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % tapirVersion
lazy val tapirSwagger = "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion
lazy val tapirCirce = "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion
lazy val tapirCirceClient = "com.softwaremill.sttp.client3" %% "circe" % "3.9.0"
lazy val tapirCirceClient = "com.softwaremill.sttp.client3" %% "circe" % "3.9.1"
lazy val tapirVertx = "com.softwaremill.sttp.tapir" %% "tapir-vertx-server" % tapirVersion


lazy val typesafeConfig = "com.typesafe" % "config" % "1.4.3"
lazy val zio = "dev.zio" %% "zio" % "2.0.18"
lazy val zio = "dev.zio" %% "zio" % "2.0.19"
}
1 change: 1 addition & 0 deletions src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<logger name="org.eclipse.jetty" level="WARN" />
<logger name="jdk" level="WARN" />
<logger name="sun" level="WARN" />
<logger name="java" level="WARN" />

<root level="${LOGBACK_LEVEL}">
<appender-ref ref="CONSOLE" />
Expand Down

0 comments on commit 69cc2a2

Please sign in to comment.