Skip to content

Commit

Permalink
Merge pull request #578 from dos65/keep_scala3_library_in_cp
Browse files Browse the repository at this point in the history
[Scala3] Keep scala3-library in classpath
  • Loading branch information
tgodzik authored Oct 27, 2021
2 parents bb083c5 + 3ffb63b commit 1c1cc9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ object MarkdownBuilder {
val runtime = defaultClasspath(path => {
val pathString = path.toString
pathString.contains("scala-library") ||
pathString.contains("scala3-library") ||
pathString.contains("scala-reflect") ||
pathString.contains("fansi") ||
pathString.contains("pprint") ||
Expand Down

0 comments on commit 1c1cc9b

Please sign in to comment.