File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ lazy val benchmarkMacros = project.in(file("benchmark-macros")).
212212 settings(noPublish).
213213 settings(
214214 name := " fs2-benchmark-macros" ,
215- addCompilerPlugin(" org.scalamacros" % " paradise" % " 2.1.0" cross CrossVersion .full ),
216- libraryDependencies += " org.scala-lang " % " scala-reflect" % scalaVersion.value
215+ addCompilerPlugin(" org.scalamacros" % " paradise" % " 2.1.0" cross CrossVersion .patch ),
216+ libraryDependencies += scalaOrganization.value % " scala-reflect" % scalaVersion.value
217217 )
218218
219219lazy val benchmark = project.in(file(" benchmark" )).
@@ -224,8 +224,8 @@ lazy val benchmark = project.in(file("benchmark")).
224224 name := " fs2-benchmark"
225225 )
226226 .settings(
227- addCompilerPlugin(" org.scalamacros" % " paradise" % " 2.1.0" cross CrossVersion .full ),
228- libraryDependencies += " org.scala-lang " % " scala-reflect" % scalaVersion.value
227+ addCompilerPlugin(" org.scalamacros" % " paradise" % " 2.1.0" cross CrossVersion .patch ),
228+ libraryDependencies += scalaOrganization.value % " scala-reflect" % scalaVersion.value
229229 )
230230 .enablePlugins(JmhPlugin )
231231 .dependsOn(io, benchmarkMacros)
You can’t perform that action at this time.
0 commit comments