Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
Don't depend on scala-library
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed May 8, 2015
1 parent f1910d4 commit 684782c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ scalaModuleSettings

name := "scala-asm"

version := "5.0.3-scala-1"
version := "5.0.3-scala-2"

// Otherwise the artifact has a dependency on scala-library
autoScalaLibrary := false

// Don't add `_<scala-version>` to the jar file name - it's a Java-only project, no Scala cross-versioning needed
crossPaths := false
Expand Down

0 comments on commit 684782c

Please sign in to comment.