File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ object Dependencies {
132132 val http4sEmberServer = " org.http4s" %% " http4s-ember-server" % http4sVersion
133133 val http4sCirce = " org.http4s" %% " http4s-circe" % http4sVersion
134134 val guava : ModuleID = " com.google.guava" % " guava" % guavaV
135- // Exclude transitive netty from pact4s and add explicit newer netty in `Dependencies.scala`
135+ // Exclude transitive old netty from pact4s and add explicit newer netty in `Dependencies.scala`
136136 val pact4sScalaTest = " io.github.jbwheatley" %% " pact4s-scalatest" % pact4sV % Test excludeAll ExclusionRule (" io.netty" , " netty-codec-http" )
137137 val pact4sCirce = " io.github.jbwheatley" %% " pact4s-circe" % pact4sV excludeAll ExclusionRule (" io.netty" , " netty-codec-http" )
138138 // Add explicit netty dependency where appropriate (e.g. pact4sDependencies or core/http deps)
You can’t perform that action at this time.
0 commit comments