Skip to content

Commit 63ce0b3

Browse files
Update macros to 2.6.7
1 parent e6463ad commit 63ce0b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ val standardSettings = Seq[Setting[_]](
6363
),
6464
libraryDependencies ++= Seq(
6565
"com.github.nscala-time" %% "nscala-time" % "3.0.0",
66-
"com.softwaremill.macwire" %% "macros" % "2.6.6" % "provided",
66+
"com.softwaremill.macwire" %% "macros" % "2.6.7" % "provided",
6767
specs2 % Test,
6868
"org.specs2" %% "specs2-matcher-extra" % specsVersion % Test
6969
),

0 commit comments

Comments
 (0)