Skip to content

Commit

Permalink
Update GithubActionsScalaVersions.scala (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Oct 5, 2022
1 parent e59dd8a commit 4b577d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object GithubActionsScalaVersions extends AutoPlugin {
.childNodes("scala")
(scalaNodes ++ includeScalaNodes).collect { case scalarNode: ScalarNode =>
scalarNode.getValue()
}
}.distinct
} finally {
reader.close()
}
Expand Down

0 comments on commit 4b577d3

Please sign in to comment.