Skip to content

Commit

Permalink
fix deps for tethys (softwaremill#2143)
Browse files Browse the repository at this point in the history
Co-authored-by: s.chernykh <s.chernykh@tinkoff.ru>
  • Loading branch information
chernykhSG and s.chernykh committed Apr 22, 2024
1 parent 2e65a58 commit 72d32b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,8 @@ lazy val tethysJson = (projectMatrix in file("json/tethys-json"))
name := "tethys-json",
libraryDependencies ++= Seq(
"com.tethys-json" %% "tethys-core" % tethysVersion,
"com.tethys-json" %% "tethys-jackson213" % tethysVersion,
"com.tethys-json" %% "tethys-derivation" % tethysVersion
"com.tethys-json" %% "tethys-jackson213" % tethysVersion % Test,
"com.tethys-json" %% "tethys-derivation" % tethysVersion % Test
),
scalaTest
)
Expand Down

0 comments on commit 72d32b8

Please sign in to comment.