Skip to content

Commit

Permalink
FDN-2272: Fix scala-xml build error (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine authored Apr 10, 2024
1 parent 6445ca0 commit 28a307d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ organization := "io.flow"

ThisBuild / scalaVersion := "2.13.8"

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

lazy val allScalacOptions = Seq(
"-feature",
"-Xfatal-warnings",
Expand Down

0 comments on commit 28a307d

Please sign in to comment.