Skip to content

Commit

Permalink
Merge pull request #3284 from typelevel/update/epollcat-0.1.6
Browse files Browse the repository at this point in the history
Update epollcat to 0.1.6
  • Loading branch information
armanbilge authored Aug 28, 2023
2 parents 5dbe235 + 88d80b3 commit e8b34a7
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 @@ -308,7 +308,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.nativeSettings(commonNativeSettings)
.nativeSettings(
libraryDependencies ++= Seq(
"com.armanbilge" %%% "epollcat" % "0.1.5" % Test
"com.armanbilge" %%% "epollcat" % "0.1.6" % Test
),
Test / nativeBrewFormulas += "s2n",
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")
Expand Down

0 comments on commit e8b34a7

Please sign in to comment.