Merge pull request #10138 from scala-steward/update/tagging-2.3.2

Update tagging to 2.3.2
deepcrayonfish^2
Thibault Duplessis 2021-11-19 08:02:28 +01:00 committed by GitHub
commit 08ffd221e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
}