Skip to content

Commit

Permalink
Explicity include netty handler
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Feb 26, 2025
1 parent fe6d920 commit 482ab6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ val commonSettings: immutable.Seq[Def.Setting[_]] = List(
jacksonDataFormat,
jacksonJsrDataType,
commonsIo,
nettyHandler,
scanamo,
okHttp,
slf4jSimple,
Expand Down
2 changes: 2 additions & 0 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ object Dependencies {
val jacksonVersion = "2.18.2"
val specsVersion = "4.20.9"
val http4sVersion = "0.23.26"
val nettyVersion = "4.1.118.Final"

val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
val awsDynamo = "com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion
Expand Down Expand Up @@ -36,6 +37,7 @@ object Dependencies {
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.25"
val apacheLog4JCore = "org.apache.logging.log4j" % "log4j-core" % log4j2Version
val apacheLog$jApi = "org.apache.logging.log4j" % "log4j-api" % log4j2Version % "provided"
val nettyHandler = "io.netty" % "netty-handler" % nettyVersion

val slf4jSimple = "org.slf4j" % "slf4j-simple" % "2.0.16"
}

0 comments on commit 482ab6a

Please sign in to comment.