Skip to content

Commit

Permalink
Update finagle-core, finagle-netty4 to 21.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2023
1 parent 8a19b72 commit 68e67a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def circeTestingVersion(scalaV: String) = {
val baseSettings = Seq(
resolvers += Resolver.bintrayRepo("jeremyrsmith", "maven"),
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-core" % "21.4.0",
"com.twitter" %% "finagle-netty4" % "21.4.0",
"com.twitter" %% "finagle-core" % "21.12.0",
"com.twitter" %% "finagle-netty4" % "21.12.0",
"org.scalatest" %% "scalatest" % "3.2.8" % "test,it",
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test,it",
"org.scalacheck" %% "scalacheck" % "1.15.3" % "test,it",
Expand Down

0 comments on commit 68e67a0

Please sign in to comment.