Skip to content

Commit

Permalink
Update tapir/ox
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 23, 2024
1 parent 9912572 commit 7cd0cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ abstract class BuildView:

def syncNetty(): List[ScalaDependency] =
List(
ScalaDependency("com.softwaremill.sttp.tapir", "tapir-netty-server-sync", getTapirVersion()),
ScalaDependency("com.softwaremill.ox", "core", "0.3.1") // TODO remove when Tapir catches up transitively
ScalaDependency("com.softwaremill.sttp.tapir", "tapir-netty-server-sync", getTapirVersion())
)

def http4s(): List[ScalaDependency] = List(
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.util.Try
val scala2Version = "2.13.14"
val scala3Version = "3.5.0"

val tapirVersion = "1.11.4"
val tapirVersion = "1.11.5"

val http4sEmberServerVersion = "0.23.28"
val http4sCirceVersion = "0.23.28"
Expand Down

0 comments on commit 7cd0cb3

Please sign in to comment.