Skip to content

Commit

Permalink
Update Ox to 0.3.1 (#3929)
Browse files Browse the repository at this point in the history
kciesielski authored Jul 12, 2024
1 parent 3ee199c commit b2e11ea
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ object Versions {
val json4s = "4.0.7"
val metrics4Scala = "4.2.9"
val nettyReactiveStreams = "3.0.2"
val ox = "0.2.1"
val ox = "0.3.1"
val reactiveStreams = "1.0.4"
val sprayJson = "1.3.6"
val scalaCheck = "1.18.0"
Original file line number Diff line number Diff line change
@@ -75,5 +75,5 @@ private[sync] object OxSourceWebSocketProcessor:
case _: WebSocketFrame.Close => false
case _ => true
},
includeFailed = passAlongCloseFrame
includeFirstFailing = passAlongCloseFrame
)

0 comments on commit b2e11ea

Please sign in to comment.