Skip to content

Commit b8a7088

Browse files
committed
Update epollcat to 0.1.7
1 parent a62d2fc commit b8a7088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
436436
)
437437
.jsConfigure(_.enablePlugins(ScalaJSBundlerPlugin))
438438
.nativeSettings(
439-
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.6",
439+
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.7",
440440
envVars ++= Map("S2N_DONT_MLOCK" -> "1")
441441
)
442442
.dependsOn(http4sEmber, circe)

0 commit comments

Comments
 (0)