DeepLearning.scala icon indicating copy to clipboard operation
DeepLearning.scala copied to clipboard

Separate versioning

Open Atry opened this issue 8 years ago • 0 comments

Sometimes we want to remove or replace existing plugins from code base. Those kind of changes should not affect unrelated plugins.

Note that removing a plugin did break backward-compatibility of Builtins, however it should not affect other plugins.

It is said that we can configure separate versioning as following: https://github.com/sbt/sbt-release/issues/175

Atry avatar Sep 05 '17 05:09 Atry