Skip to content

Commit 7778ce7

Browse files
authored
Merge pull request #36 from travisbrown/update/util-6.41.0
Update Util, Finagle, and other dependencies
2 parents cb227de + d3c58e3 commit 7778ce7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import ReleaseTransformations._
22
import sbtunidoc.Plugin.UnidocKeys.{ unidoc, unidocProjectFilter }
33

44
val catsVersion = "0.9.0"
5-
val utilVersion = "6.40.0"
6-
val finagleVersion = "6.41.0"
5+
val utilVersion = "6.41.0"
6+
val finagleVersion = "6.42.0"
77

88
organization in ThisBuild := "io.catbird"
99

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
1313
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
1414
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
1515
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "1.2.1")
16-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.20")
16+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.21")

0 commit comments

Comments
 (0)