Skip to content

Commit df4334f

Browse files
committed
Merge branch 'series/0.6.x'
2 parents ed236fd + b5182ad commit df4334f

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)