Skip to content

Commit

Permalink
Add json to root project
Browse files Browse the repository at this point in the history
  • Loading branch information
ybasket authored Mar 10, 2024
1 parent 9e3cf9d commit 258bff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ThisBuild / jsEnv := {
// better to stay style-consistent for now
ThisBuild / scalacOptions += "-Wconf:msg=package object inheritance is deprecated:s"

lazy val root = tlCrossRootProject.aggregate(xml, xmlScala, csv, cbor)
lazy val root = tlCrossRootProject.aggregate(xml, xmlScala, csv, cbor, json)

val http4sVersion = "0.23.26"
val scalaXmlVersion = "2.2.0"
Expand Down

0 comments on commit 258bff7

Please sign in to comment.