Skip to content

Commit

Permalink
Update shardcake-core to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 2, 2024
1 parent 7e37845 commit 0cc5d6e
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 @@ -213,7 +213,7 @@ lazy val shardcake = Project("desert-shardcake", file("desert-shardcake"))
.settings(
description := "Shardcake serialization bindings for desert",
libraryDependencies ++= Seq(
"com.devsisters" %% "shardcake-core" % "2.1.6",
"com.devsisters" %% "shardcake-core" % "2.2.3",
"dev.zio" %% "zio-schema-derivation" % zioSchemaVersion % Test
)
)
Expand Down

0 comments on commit 0cc5d6e

Please sign in to comment.