We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 769e9ee + 03538f5 commit 5dc8390Copy full SHA for 5dc8390
build.sbt
@@ -10,8 +10,8 @@ lazy val buildSettings = Seq(
10
val baseSettings = Seq(
11
resolvers += Resolver.bintrayRepo("jeremyrsmith", "maven"),
12
libraryDependencies ++= Seq(
13
- "com.twitter" %% "finagle-core" % "18.12.0",
14
- "com.twitter" %% "finagle-netty3" % "18.12.0",
+ "com.twitter" %% "finagle-core" % "19.1.0",
+ "com.twitter" %% "finagle-netty3" % "19.1.0",
15
"org.scalatest" %% "scalatest" % "3.0.5" % "test,it",
16
"org.scalacheck" %% "scalacheck" % "1.13.5" % "test,it",
17
"org.scalamock" %% "scalamock-scalatest-support" % "3.4.2" % "test,it",
0 commit comments