Skip to content

Commit 955d147

Browse files
authored
Update build.sbt
1 parent 80ffdf7 commit 955d147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ lazy val library =
5151
val logback = "1.2.3"
5252
val doobie = "0.9.0"
5353
val sttp = "2.2.8"
54+
val sttpTapirJsonCirce = "0.16.16"
5455
}
5556
val scalaCheck = "org.scalacheck" %% "scalacheck" % Version.scalaCheck
5657
val scalaTest = "org.scalatest" %% "scalatest" % Version.scalaTest
@@ -65,7 +66,7 @@ lazy val library =
6566
val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % Version.scalaLogging
6667
val sttpClient = "com.softwaremill.sttp.client" %% "core" % Version.sttp
6768
val sttpClientCirce = "com.softwaremill.sttp.client" %% "circe" % Version.sttp
68-
val tapirJsonCirce = "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % Version.tapir
69+
val tapirJsonCirce = "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % Version.sttpTapirJsonCirce
6970

7071
val logback = "ch.qos.logback" % "logback-classic" % Version.logback
7172
val doobieCore = "org.tpolecat" %% "doobie-core" % Version.doobie

0 commit comments

Comments
 (0)