Skip to content

Commit a5b6708

Browse files
Update circe-jawn to 0.14.12
1 parent fc14a2c commit a5b6708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ lazy val todoMvc = project
114114
.withModuleSplitStyle(ModuleSplitStyle.SmallModulesFor(List("todomvc")))
115115
},
116116
libraryDependencies ++= Seq(
117-
"io.circe" %%% "circe-jawn" % "0.14.10"
117+
"io.circe" %%% "circe-jawn" % "0.14.12"
118118
),
119119
bundleMonCheckRun := true,
120120
bundleMonCommitStatus := false,

0 commit comments

Comments
 (0)