Fix some build and compile warnings
This commit is contained in:
parent
3f0c23e2da
commit
39199b877a
5 changed files with 6 additions and 6 deletions
|
|
@ -205,7 +205,7 @@ object DependencyHelpers {
|
|||
* dependent entries.
|
||||
*/
|
||||
def versionDependentDeps(modules: ScalaVersionDependentModuleID*): Def.Setting[Seq[ModuleID]] =
|
||||
libraryDependencies <++= scalaVersion(version => modules.flatMap(m => m.modules(version)))
|
||||
libraryDependencies ++= modules.flatMap(m => m.modules(scalaVersion.value))
|
||||
|
||||
val ScalaVersion = """\d\.\d+\.\d+(?:-(?:M|RC)\d+)?""".r
|
||||
val nominalScalaVersion: String => String = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue