Skip to content

Commit

Permalink
Update tethys version and add scala 3 support for tethys-json module. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Grryum authored Jun 4, 2024
1 parent 6017552 commit 8311046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -873,12 +873,12 @@ lazy val tethysJson: ProjectMatrix = (projectMatrix in file("json/tethys"))
name := "tapir-json-tethys",
libraryDependencies ++= Seq(
"com.tethys-json" %% "tethys-core" % Versions.tethys,
"com.tethys-json" %% "tethys-jackson" % Versions.tethys,
"com.tethys-json" %% "tethys-jackson213" % Versions.tethys,
scalaTest.value % Test,
"com.tethys-json" %% "tethys-derivation" % Versions.tethys % Test
)
)
.jvmPlatform(scalaVersions = scala2Versions)
.jvmPlatform(scalaVersions = scala2And3Versions)
.dependsOn(core)

lazy val jsoniterScala: ProjectMatrix = (projectMatrix in file("json/jsoniter"))
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Versions {
val playServer = "3.0.3"
val play29Client = "2.2.7"
val play29Server = "2.9.3"
val tethys = "0.26.0"
val tethys = "0.28.3"
val vertx = "4.5.8"
val jsScalaJavaTime = "2.5.0"
val nativeScalaJavaTime = "2.4.0-M3"
Expand Down

0 comments on commit 8311046

Please sign in to comment.