We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62d2fc commit b8a7088Copy full SHA for b8a7088
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