Skip to content

Commit 4d21c9d

Browse files
committed
Update circe-generic and circe-jawn to 0.14.15
1 parent 9e82ade commit 4d21c9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ lazy val commonSettings = Seq(
4343
}),
4444
compileOrder := CompileOrder.JavaThenScala,
4545
Test / testOptions += Tests.Argument("-oDF"),
46+
//resolvers += ("Insecure Maven Central" at "http://insecure.repo1.maven.org/maven2").withAllowInsecureProtocol(true),
4647
sonatypeProfileName := "com.github.plokhotnyuk",
4748
versionScheme := Some("early-semver"),
4849
Compile / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
@@ -314,8 +315,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
314315
"org.playframework" %%% "play-json" % "3.0.5",
315316
"dev.zio" %%% "zio-json" % "0.7.44",
316317
"dev.zio" %%% "zio-schema-json" % "1.7.5",
317-
"io.circe" %%% "circe-generic" % "0.14.14",
318-
"io.circe" %%% "circe-jawn" % "0.14.14",
318+
"io.circe" %%% "circe-generic" % "0.14.15",
319+
"io.circe" %%% "circe-jawn" % "0.14.15",
319320
"com.lihaoyi" %%% "upickle" % "4.3.2",
320321
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
321322
"io.spray" %% "spray-json" % "1.3.6",

0 commit comments

Comments
 (0)