Skip to content

Commit

Permalink
Added Circe Classes to exports.scala.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Jan 10, 2025
1 parent f38eeb6 commit ebecd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-domain/src/main/scala/camundala/domain/exports.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.language.implicitConversions

// circe JsonInOutEncoder/ Decoder
export io.circe.{Codec as CirceCodec}
export io.circe.Json
export io.circe.{Decoder, HCursor, Json}

type InOutCodec[T] = io.circe.Codec[T]
type InOutEncoder[T] = io.circe.Encoder[T]
Expand Down

0 comments on commit ebecd62

Please sign in to comment.