tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
236 stars 13 forks source link

Expose artefact version tag in TOML build file #8

Closed tindzk closed 5 years ago

tindzk commented 5 years ago

Currently, the version tag for dependencies in the TOML file always encodes the platform name and binary Scala version. Internally, Seed already has to handle different version tags. Expose this functionality in scalaDep by introducing a fourth parameter. The detailed changes for this are: