Skip to content

Commit

Permalink
Fix for scalaxml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasl8 committed Nov 2, 2022
1 parent eebed4c commit 77b8068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ addSbtPlugin("com.rallyhealth.sbt" % "sbt-git-versioning" % "1.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")

ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)

0 comments on commit 77b8068

Please sign in to comment.