Skip to content

Commit 037d664

Browse files
committed
Move test resources to test
1 parent da1363b commit 037d664

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ object DottyBuild extends Build {
171171
lazy val `dotty-bot` = project.in(file("bot")).
172172
settings(sourceStructure).
173173
settings(
174+
resourceDirectory in Test := baseDirectory.value / "test" / "resources",
175+
174176
libraryDependencies ++= {
175177
val circeVersion = "0.7.0"
176178
val http4sVersion = "0.15.3"

0 commit comments

Comments
 (0)