Skip to content

Commit

Permalink
Update epollcat to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Aug 28, 2023
1 parent 7f9f584 commit 10699e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
)
.jsConfigure(_.enablePlugins(ScalaJSBundlerPlugin))
.nativeSettings(
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.5",
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.6",
envVars ++= Map("S2N_DONT_MLOCK" -> "1")
)
.dependsOn(http4sEmber, circe)
Expand Down

0 comments on commit 10699e7

Please sign in to comment.