Skip to content

Commit

Permalink
Hack around sbt/sbt#6997
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Dec 13, 2022
1 parent 296c33c commit 4fd4a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// https://github.com/sbt/sbt/issues/6997
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")

0 comments on commit 4fd4a79

Please sign in to comment.