Skip to content

Commit 566546e

Browse files
committed
Update finagle-core, finagle-netty4 to 21.12.0
1 parent 8a19b72 commit 566546e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def circeTestingVersion(scalaV: String) = {
1414
val baseSettings = Seq(
1515
resolvers += Resolver.bintrayRepo("jeremyrsmith", "maven"),
1616
libraryDependencies ++= Seq(
17-
"com.twitter" %% "finagle-core" % "21.4.0",
18-
"com.twitter" %% "finagle-netty4" % "21.4.0",
17+
"com.twitter" %% "finagle-core" % "21.12.0",
18+
"com.twitter" %% "finagle-netty4" % "21.12.0",
1919
"org.scalatest" %% "scalatest" % "3.2.8" % "test,it",
2020
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test,it",
2121
"org.scalacheck" %% "scalacheck" % "1.15.3" % "test,it",

0 commit comments

Comments
 (0)