@@ -43,6 +43,7 @@ lazy val commonSettings = Seq(
43
43
}),
44
44
compileOrder := CompileOrder .JavaThenScala ,
45
45
Test / testOptions += Tests .Argument (" -oDF" ),
46
+ // resolvers += ("Insecure Maven Central" at "http://insecure.repo1.maven.org/maven2").withAllowInsecureProtocol(true),
46
47
sonatypeProfileName := " com.github.plokhotnyuk" ,
47
48
versionScheme := Some (" early-semver" ),
48
49
Compile / doc / scalacOptions ++= (CrossVersion .partialVersion(scalaVersion.value) match {
@@ -314,8 +315,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
314
315
" org.playframework" %%% " play-json" % " 3.0.5" ,
315
316
" dev.zio" %%% " zio-json" % " 0.7.44" ,
316
317
" 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 " ,
319
320
" com.lihaoyi" %%% " upickle" % " 4.3.2" ,
320
321
" com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
321
322
" io.spray" %% " spray-json" % " 1.3.6" ,
0 commit comments