Skip to content

Commit

Permalink
added scala-collection-compat to expression compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
iusildra committed Jul 17, 2023
1 parent 426c4df commit 86007af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified bin/scalafmt
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/java-debug
Submodule java-debug updated 0 files
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ class SbtDebugToolsResolver(
val expressionCompilerJars = report
.select(
configurationFilter(Runtime.name),
moduleFilter(org, artifact, version),
moduleFilter(org, artifact, version) | moduleFilter(
"org.scala-lang.modules",
"scala-collection-compat_2.12"
),
artifactFilter(extension = "jar", classifier = "")
)
.map(_.toURI.toURL)
Expand Down

0 comments on commit 86007af

Please sign in to comment.