Skip to content

Commit 7c71c84

Browse files
authored
Merge branch 'master' into update/finagle-http-19.5.1
2 parents 75738cf + 1db5abe commit 7c71c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val baseSettings = Seq(
1212
libraryDependencies ++= Seq(
1313
"com.twitter" %% "finagle-http" % finagleVersion,
1414
"org.scalacheck" %% "scalacheck" % "1.14.0" % Test,
15-
"org.scalatest" %% "scalatest" % "3.0.6" % Test
15+
"org.scalatest" %% "scalatest" % "3.0.7" % Test
1616
)
1717
)
1818

0 commit comments

Comments
 (0)