Skip to content

Commit

Permalink
=sbt Update Netty4 version to 4.1.97.final
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Sep 11, 2023
1 parent adc452a commit 1273159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.19.2"
val netty4Version = "4.1.96.Final"
val nettyVersion = "4.1.97.Final"
val protobufJavaVersion = "3.19.6"
val logbackVersion = "1.2.11"

Expand Down Expand Up @@ -59,8 +59,8 @@ object Dependencies {
// Compile

val config = "com.typesafe" % "config" % "1.4.2"
val `netty-transport` = "io.netty" % "netty-transport" % netty4Version
val `netty-handler` = "io.netty" % "netty-handler" % netty4Version
val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion
val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion

val scalaReflect: ScalaVersionDependentModuleID =
ScalaVersionDependentModuleID.versioned("org.scala-lang" % "scala-reflect" % _)
Expand Down

0 comments on commit 1273159

Please sign in to comment.