-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override Scala version for sbt 1.4.x
Problem ------- During sbt 1.4.x series util-interface incorrectly depended on scala-library. Specifically for util-interface 1.4.0, 1.4.1, and 1.4.2, this was Scala 2.13. Ivy seemed to be ok with this, but Coursier evicts Scala 2.12 and resolves to 2.13, which creating a confusing `java.lang.NoClassDefFoundError: scala/Serializable` error. Solution -------- Explicitly override Scala version for sbt 1.4.x to Scala 2.12.12.
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters