Skip to content

Commit 5f0c951

Browse files
Update circe-core, circe-jawn to 0.14.8 in series/0.6.x
1 parent 62dad97 commit 5f0c951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform)
156156
.settings(
157157
name := "skunk-circe",
158158
libraryDependencies ++= Seq(
159-
"io.circe" %%% "circe-core" % "0.14.7",
160-
"io.circe" %%% "circe-jawn" % "0.14.7"
159+
"io.circe" %%% "circe-core" % "0.14.8",
160+
"io.circe" %%% "circe-jawn" % "0.14.8"
161161
)
162162
)
163163

0 commit comments

Comments
 (0)