diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e419d714ef..4f5be86ade 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { val version = "2.4.2" val macros = "com.softwaremill.macwire" %% "macros" % version % "provided" val util = "com.softwaremill.macwire" %% "util" % version % "provided" - val tagging = "com.softwaremill.common" %% "tagging" % "2.3.1" + val tagging = "com.softwaremill.common" %% "tagging" % "2.3.2" def bundle = Seq(macros, util, tagging) }