Skip to content

Commit a14baf8

Browse files
LizBaldoLiz Baldo
andauthored
CTM-315: dummy commit (#4894)
Co-authored-by: Liz Baldo <[email protected]>
1 parent 30c3ab8 commit a14baf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)