Skip to content

Commit

Permalink
Apply workaround in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Sep 14, 2022
1 parent 8173aa7 commit cba0a26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"

// taken from https://github.com/scala/bug/issues/12632
ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)

lazy val core = (project in file("core"))
.enablePlugins(BoilerplatePlugin)
.settings(commonSettings)
Expand Down

0 comments on commit cba0a26

Please sign in to comment.