File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ lazy val root = (project in file("."))
99 crossScalaVersions := Seq (" 2.13.16" , " 3.3.4" ),
1010 scalaVersion := crossScalaVersions.value.head,
1111 libraryDependencies ++= Seq (
12- " com.softwaremill.macwire" %% " macros" % " 2.6.5 " % " provided" ,
12+ " com.softwaremill.macwire" %% " macros" % " 2.6.6 " % " provided" ,
1313 " org.scalatestplus.play" %% " scalatestplus-play" % " 8.0.0-M1" % Test
1414 ),
1515 scalacOptions ++= Seq (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ twirl = "2.0.7"
33play = " 3.1.0-2c77ebef-SNAPSHOT"
44scalatestplus = " 3.2.19.1"
55scalatestplus-play = " 8.0.0-M1"
6- macwire = " 2.6.5 "
6+ macwire = " 2.6.6 "
77
88[libraries ]
99macwire = { group = " com.softwaremill.macwire" , name = " macros_2.13" , version.ref = " macwire" }
You can’t perform that action at this time.
0 commit comments