Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val logbackVersion = "1.5.32" // Tests only
val commonsLang3Version = "3.20.0"
val commonsCodecVersion = "1.21.0"
val guavaVersion = "33.5.0-jre"
val commonsNetVersion = "3.12.0"
val commonsNetVersion = "3.13.0"
val scalatestVersion = "3.2.19"

val noPublishSettings = Seq(
Expand Down
Loading