DeepLearning.scala
DeepLearning.scala copied to clipboard
Separate versioning
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