Skip to content

Commit 28d0550

Browse files
committed
Update circe-core to 0.14.15
1 parent f40af1d commit 28d0550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ lazy val circe = module("circe") {
111111
.dependsOn(core)
112112
.settings(
113113
description := "yaml4s integration with circe",
114-
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.13"
114+
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.15"
115115
)
116116
}
117117

0 commit comments

Comments
 (0)