Skip to content

Commit

Permalink
Merge pull request #474 from scala-steward/update/macros-2.5.9
Browse files Browse the repository at this point in the history
Update macros to 2.5.9
  • Loading branch information
ornicar authored Aug 19, 2023
2 parents a39d55f + b060318 commit 52fdc1b
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 @@ -40,7 +40,7 @@ libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10
libraryDependencies += "io.kamon" %% "kamon-core" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-influxdb" % kamonVersion
// libraryDependencies += "io.kamon" %% "kamon-system-metrics" % kamonVersion
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.8" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided"
libraryDependencies += "com.roundeights" %% "hasher" % "1.3.1"

resolvers ++= Resolver.sonatypeOssRepos("snapshots")
Expand Down

0 comments on commit 52fdc1b

Please sign in to comment.