hmrc / claim-tax-refund-frontend

Apache License 2.0
1 stars 3 forks source link

DL-2686 - CTR Dependency Updates (Removed ScalaJS library exclusions) #476

Closed stephen-oppong-beduh closed 4 years ago

stephen-oppong-beduh commented 4 years ago

Removed ScalaJS library exclusions

Updating the sbt version to 1.3.7 prevented Intellij from successfully retrieving the source.jars for ScalaJS libraries. The project was unaffected, but this interfered with the editor's autocomplete. As a short term fix, these libraries were excluded, but importing the project into Intellij without retrieving the sources has solved the issue.

Checklist