Skip to content

Commit 9039fce

Browse files
committed
fix: undo suspicious change
1 parent 4bb8020 commit 9039fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ object ScaladocConfigs {
23702370
.add(VersionsDictionaryUrl("https://scala-lang.org/api/versions.json"))
23712371
.add(DocumentSyntheticTypes(true))
23722372
.add(SnippetCompiler(List(
2373-
s"${dottyLibRoot}/scala=compile",
2373+
s"$dottyLibRoot/src/scala=compile",
23742374
s"$dottyLibRoot/src/scala/compiletime=compile",
23752375
s"$dottyLibRoot/src/scala/util=compile",
23762376
s"$dottyLibRoot/src/scala/util/control=compile",

0 commit comments

Comments
 (0)