File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
1
// Used by VersionUtil to get gitHash and commitDate
2
2
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"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments