Skip to content

Commit d6f9a40

Browse files
authored
Merge pull request #453 from scala-steward/update/circe-generic-0.14.13
Update circe-generic from 0.14.12 to 0.14.13
2 parents f5098c2 + 275a2ae commit d6f9a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ lazy val codegen = crossProject(JVMPlatform, JSPlatform, NativePlatform)
128128
)
129129
.jvmSettings(
130130
libraryDependencies ++= Seq(
131-
"io.circe" %%% "circe-generic" % "0.14.12",
131+
"io.circe" %%% "circe-generic" % "0.14.13",
132132
"io.circe" %%% "circe-yaml" % "0.16.0"
133133
)
134134
)

0 commit comments

Comments
 (0)