Skip to content

Commit 27d0709

Browse files
committed
sync: have the latest betterfiles version
1 parent 371c592 commit 27d0709

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Submodule betterfiles updated 67 files

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ object projects:
317317

318318
lazy val betterfiles = SbtCommunityProject(
319319
project = "betterfiles",
320-
sbtTestCommand = "dotty-community-build/compile",
321-
sbtDocCommand = ";core/doc ;akka/doc ;shapelessScanner/doc"
320+
sbtTestCommand = "test",
321+
sbtDocCommand = "doc"
322+
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Xfatal-warnings"), // allow warnings for now
322323
)
323324

324325
lazy val scalaPB = SbtCommunityProject(

0 commit comments

Comments
 (0)