Skip to content

Commit ee35a77

Browse files
author
James Santucci
committed
actually jsut remove that if it doesn't do anything
1 parent 2311631 commit ee35a77

File tree

1 file changed

+1
-2
lines changed
  • compiler/src/main/scala/org/scalaexercises/exercises/compiler

1 file changed

+1
-2
lines changed

compiler/src/main/scala/org/scalaexercises/exercises/compiler/Compiler.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ case class Compiler() {
290290
val libraryAsDependency =
291291
s"${buildMetaInfo.organization}:${buildMetaInfo.name}_${buildMetaInfo.scalaVersion
292292
.substring(0, 4)}:${buildMetaInfo.version}"
293-
libraryAsDependency :: buildMetaInfo.libraryDependencies.toList
294-
// Evaluator can resolve transitive dependencies, the reason of only passing the library as a dependency
293+
List(libraryAsDependency)
295294
}
296295

297296
val (buildInfoTerm, buildInfoTree) =

0 commit comments

Comments
 (0)