File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/src/main/scala/org/scalaexercises/exercises/compiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- version =3.3 .3
1+ version =3.4 .3
22style = defaultWithAlign
33maxColumn = 100
44runner.dialect = scala213
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ case class Compiler() {
289289 val allDependencies : List [String ] = {
290290 val libraryAsDependency =
291291 s " ${buildMetaInfo.organization}: ${buildMetaInfo.name}_ ${buildMetaInfo.scalaVersion
292- .substring(0 , 4 )}: ${buildMetaInfo.version}"
292+ .substring(0 , 4 )}: ${buildMetaInfo.version}"
293293 List (libraryAsDependency) // :: buildMetaInfo.libraryDependencies.toList
294294 // Evaluator can resolve transitive dependencies, the reason of only passing the library as a dependency
295295 }
You can’t perform that action at this time.
0 commit comments