Skip to content

Commit

Permalink
tethys: use scala3 artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dos65 committed Apr 17, 2024
1 parent c6eb314 commit b1b0b2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ lazy val loggingStr = projectMatrix
libraryDependencies ++= Seq(
catsCore,
circeCore,
// it is impossible to use tethys compiled for scala 3 until https://github.com/tethys-json/tethys/issues/266 is resolved
tethys cross CrossVersion.for3Use2_13,
tethysJackson cross CrossVersion.for3Use2_13,
tethys,
tethysJackson,
slf4j,
alleycats,
catsTaglessCore,
Expand Down

0 comments on commit b1b0b2d

Please sign in to comment.