Skip to content

Commit 7c1e48e

Browse files
author
James Santucci
committed
add scala-xml dep override to plugin project
1 parent 7ddc52b commit 7c1e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ lazy val `sbt-exercise` = (project in file("sbt-exercise"))
9898
"org.typelevel" %% "cats-core" % V.cats,
9999
"org.typelevel" %% "cats-kernel" % V.cats
100100
),
101-
// addCompilerPlugin("org.scalamacros" % "paradise" % V.scalamacros cross CrossVersion.full),
101+
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "1.0.6",
102102
// Leverage build info to populate compiler classpath--
103103
compilerClasspath := { (compiler / Compile / fullClasspath) }.value,
104104
buildInfoObject := "Meta",

0 commit comments

Comments
 (0)