We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de3d3e commit 3794d2dCopy full SHA for 3794d2d
build.sbt
@@ -436,7 +436,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
436
)
437
.jsConfigure(_.enablePlugins(ScalaJSBundlerPlugin))
438
.nativeSettings(
439
- libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.6",
+ libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.7",
440
envVars ++= Map("S2N_DONT_MLOCK" -> "1")
441
442
.dependsOn(http4sEmber, circe)
0 commit comments