Skip to content

Commit

Permalink
Update finagle-mysql to 19.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 18, 2019
1 parent cbc16b9 commit 3aac492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ lazy val `quill-finagle-mysql` =
.settings(
fork in Test := true,
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-mysql" % "19.6.0"
"com.twitter" %% "finagle-mysql" % "19.7.0"
)
)
.dependsOn(`quill-sql-jvm` % "compile->compile;test->test")
Expand Down

0 comments on commit 3aac492

Please sign in to comment.