Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
  • Loading branch information
FabioPinheiro committed Apr 29, 2024
1 parent fa9daff commit ea16515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pullRequests.grouping = [
{ name = "all", title = "build: scala-steward dependency updates", "filter" = [{"group" = "*"}] }
]

updates.ignore = [
{ groupId = "dev.zio", artifactId = "zio-json" }, #TODO
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }, #TODO
]
# updates.ignore = [
# { groupId = "dev.zio", artifactId = "zio-json" }, #TODO
# { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }, #TODO
# ]
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ lazy val V = new {
// https://mvnrepository.com/artifact/io.circe/circe-core
val circe = "0.14.7"

val tapir = "1.6.4" // TODO "1.10.5"
val http4sBlaze = "0.23.15" // TODO "0.23.16"
val tapir = "1.6.4" // scala-steward:off // TODO "1.10.5"
val http4sBlaze = "0.23.15" // scala-steward:off // TODO "0.23.16"

val typesafeConfig = "1.4.3"
val protobuf = "3.1.9"
val testContainersScala = "0.41.3"
val testContainersJavaKeycloak = "3.2.0" // scala-steward:off
val testContainersJavaKeycloak = "3.3.0" // scala-steward:off

val doobie = "1.0.0-RC5"
val quill = "4.8.3"
Expand Down

0 comments on commit ea16515

Please sign in to comment.