Skip to content

Commit

Permalink
Workaround scala-xml dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 3, 2022
1 parent 7f1e107 commit b4ae6fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
lazy val plugins = (project in file(".")).dependsOn(sbtPlayEbean)
.settings(
scalaVersion := "2.12.17"
)

lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile, "plugin")

Expand Down

0 comments on commit b4ae6fc

Please sign in to comment.