Skip to content

Commit b5182ad

Browse files
authored
Merge pull request #1100 from typelevel/update/series/0.6.x/circe-core-0.14.8
Update circe-core, circe-jawn to 0.14.8 in series/0.6.x
2 parents 083dfc4 + 5f0c951 commit b5182ad

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)