Skip to content

Commit

Permalink
Update macros to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 080237f commit e8cf90c
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 @@ -61,7 +61,7 @@ val standardSettings = Seq[Setting[_]](
),
libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.34.0",
"com.softwaremill.macwire" %% "macros" % "2.6.2" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.6.3" % "provided",
specs2 % Test,
"org.specs2" %% "specs2-matcher-extra" % specsVersion % Test
),
Expand Down

0 comments on commit e8cf90c

Please sign in to comment.