Skip to content

Commit 71b477e

Browse files
committed
try to enforce only netty 4.1 in series/0.5
1 parent cae9760 commit 71b477e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scala-steward.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ updates.pin = [
22
{ groupId = "org.slf4j", artifactId = "slf4j-api", version = "1." },
33
{ groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.2." }
44
{ groupId = "com.typesafe.netty", artifactId = "netty-reactive-streams-http", version = "2." }
5+
{ groupId = "io.netty", version = "4.1." }
56
]
67

78
updates.ignore = [
89
{ groupId = "com.playframework.netty" }
910
{ groupId = "org.eclipse.jetty", artifactId = "jetty-client" }
10-
]
11+
]

0 commit comments

Comments
 (0)