We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a19b72 commit 566546eCopy full SHA for 566546e
build.sbt
@@ -14,8 +14,8 @@ def circeTestingVersion(scalaV: String) = {
14
val baseSettings = Seq(
15
resolvers += Resolver.bintrayRepo("jeremyrsmith", "maven"),
16
libraryDependencies ++= Seq(
17
- "com.twitter" %% "finagle-core" % "21.4.0",
18
- "com.twitter" %% "finagle-netty4" % "21.4.0",
+ "com.twitter" %% "finagle-core" % "21.12.0",
+ "com.twitter" %% "finagle-netty4" % "21.12.0",
19
"org.scalatest" %% "scalatest" % "3.2.8" % "test,it",
20
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test,it",
21
"org.scalacheck" %% "scalacheck" % "1.15.3" % "test,it",
0 commit comments