Update tagging to 2.3.2

deepcrayonfish^2
Scala Steward 2021-11-18 18:44:23 +01:00
parent 830fedd11a
commit 0e49e0e679
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}