Skip to content

Commit

Permalink
Removing hardcoded version from SBT idea module names
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed May 28, 2018
1 parent 3a86a0c commit ed958b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/src/mill/scalalib/GenIdeaImpl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ object GenIdeaImpl {
val version = (xml \ "version").text

// The scala version here is non incidental
s"SBT: $groupId:${artifactId}_2.12.6:$version:jar"
s"SBT: $groupId:$artifactId:$version:jar"
}

def libraryName(resolvedJar: ResolvedLibrary) : String = resolvedJar match {
Expand Down

0 comments on commit ed958b7

Please sign in to comment.