Skip to content

Commit

Permalink
Merge pull request #941 from typelevel/update/series/0.6.x/epollcat-0…
Browse files Browse the repository at this point in the history
….1.5

Update epollcat to 0.1.5 in series/0.6.x
  • Loading branch information
armanbilge authored Aug 16, 2023
2 parents 75163c6 + 7a2444e commit 09616bc
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 @@ -191,7 +191,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
.nativeEnablePlugins(ScalaNativeBrewedConfigPlugin)
.nativeSettings(
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.4",
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.5",
Test / nativeBrewFormulas ++= Set("s2n", "utf8proc"),
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")
)
Expand Down

0 comments on commit 09616bc

Please sign in to comment.