Skip to content

Commit 72ccaaa

Browse files
committed
Add benchmarks for zio-blocks
1 parent a5b5162 commit 72ccaaa

File tree

503 files changed

+1253
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+1253
-10
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +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),
46+
resolvers += Resolver.sonatypeCentralSnapshots,
4747
sonatypeProfileName := "com.github.plokhotnyuk",
4848
versionScheme := Some("early-semver"),
4949
Compile / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
@@ -314,6 +314,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
314314
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.45",
315315
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3" intransitive(),
316316
"org.playframework" %%% "play-json" % "3.0.6",
317+
"dev.zio" %%% "zio-blocks-schema" % "0.0.0+777-71ab1981-SNAPSHOT",
317318
"dev.zio" %%% "zio-json" % "0.7.45",
318319
"dev.zio" %%% "zio-schema-json" % "1.7.5",
319320
"io.circe" %%% "circe-generic" % "0.14.15",

0 commit comments

Comments
 (0)