Skip to content

Commit a084f04

Browse files
committed
Merge project/*.sbt files
1 parent 6317000 commit a084f04

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

project/build.sbt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
// Used by VersionUtil to get gitHash and commitDate
22
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.0.201803080745-r"
3+
4+
// Include the sources of the sbt-dotty plugin in the project build,
5+
// so that we can use the current in-development version of the plugin
6+
// in our build instead of a released version.
7+
8+
unmanagedSourceDirectories in Compile += baseDirectory.value / "../sbt-dotty/src"
9+
10+
// Keep in sync with `sbt-dotty` config in Build.scala
11+
libraryDependencies ++= Seq(
12+
Dependencies.`jackson-databind`,
13+
Dependencies.`compiler-interface`
14+
)
15+
unmanagedSourceDirectories in Compile +=
16+
baseDirectory.value / "../language-server/src/dotty/tools/languageserver/config"

project/inject-sbt-dotty.sbt

Lines changed: 0 additions & 13 deletions
This file was deleted.

project/scripted.sbt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)