Skip to content

Commit

Permalink
Workaround scala-xml hell
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 7, 2022
1 parent 5e51d97 commit c1bcf7c
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,3 +1,6 @@
lazy val plugins = (project in file(".")).settings(
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0, see https://github.com/sbt/sbt/pull/7021
)
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-M2")
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
Expand Down

0 comments on commit c1bcf7c

Please sign in to comment.