-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround scala-xml dependency problem
- Loading branch information
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
sbt-play-ebean/src/sbt-test/sbt-ebean/enhancement/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
lazy val plugins = (project in file(".")).settings( | ||
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0 (maybe even 1.7.2), see https://github.com/sbt/sbt/pull/7021 | ||
) | ||
|
||
resolvers ++= DefaultOptions.resolvers(snapshot = true) | ||
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % sys.props("project.version")) |
4 changes: 4 additions & 0 deletions
4
sbt-play-ebean/src/sbt-test/sbt-ebean/model-loading/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
lazy val plugins = (project in file(".")).settings( | ||
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0 (maybe even 1.7.2), see https://github.com/sbt/sbt/pull/7021 | ||
) | ||
|
||
resolvers ++= DefaultOptions.resolvers(snapshot = true) | ||
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % sys.props("project.version")) |