From b8a7088596f5ef5176b70fe5b90a86f1ccfc565c Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Wed, 26 Mar 2025 01:06:44 +0000 Subject: [PATCH] Update epollcat to 0.1.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b539561..d66b814 100644 --- a/build.sbt +++ b/build.sbt @@ -436,7 +436,7 @@ lazy val exampleCrossPlatform = example("cross-platform") { ) .jsConfigure(_.enablePlugins(ScalaJSBundlerPlugin)) .nativeSettings( - libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.6", + libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.7", envVars ++= Map("S2N_DONT_MLOCK" -> "1") ) .dependsOn(http4sEmber, circe)