Skip to content

Commit

Permalink
Merge pull request #455 from scala-steward/update/shardcake-core-2.1.6
Browse files Browse the repository at this point in the history
Update shardcake-core to 2.1.6
  • Loading branch information
vigoo committed Mar 31, 2024
2 parents 80427c4 + 336ebc6 commit 74749c0
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.4",
"com.devsisters" %% "shardcake-core" % "2.1.6",
"dev.zio" %% "zio-schema-derivation" % zioSchemaVersion % Test
)
)
Expand Down

0 comments on commit 74749c0

Please sign in to comment.