Skip to content

Commit

Permalink
Hotfix: downgrade scalca-tsi
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Jan 19, 2024
1 parent 8bbdad5 commit 2d773d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val JavaxServletV = "4.0.1"
val FlywayV = "9.16.0"
val PostgresV = "42.5.4"
val ScalaTsiV = "0.8.2"
val ScalaTsiV = "0.7.0"
val Http4sV = "0.23.23"
val TapirV = "1.9.1"
val ApiSpecV = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.0.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.scalatsi" % "sbt-scala-tsi" % "0.8.2")
addSbtPlugin("com.scalatsi" % "sbt-scala-tsi" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.8.2")

0 comments on commit 2d773d9

Please sign in to comment.