Skip to content

Commit

Permalink
Update named-codec, named-codec-circe to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 8, 2023
1 parent 04e9b80 commit b0490b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ val std = module("std") {
.crossType(CrossType.Pure)
.dependsOn(client)
.settings(
libraryDependencies += "dev.hnaderi" %%% "named-codec" % "0.1.0"
libraryDependencies += "dev.hnaderi" %%% "named-codec" % "0.2.0"
)
}

Expand All @@ -160,7 +160,7 @@ val example =
.settings(
libraryDependencies ++= Seq(
"io.circe" %%% "circe-generic" % "0.14.6",
"dev.hnaderi" %%% "named-codec-circe" % "0.1.0"
"dev.hnaderi" %%% "named-codec-circe" % "0.2.0"
)
)
.jvmSettings(
Expand Down

0 comments on commit b0490b0

Please sign in to comment.