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

Commit 684782c

Browse files
committed
Don't depend on scala-library
1 parent f1910d4 commit 684782c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ scalaModuleSettings
22

33
name := "scala-asm"
44

5-
version := "5.0.3-scala-1"
5+
version := "5.0.3-scala-2"
6+
7+
// Otherwise the artifact has a dependency on scala-library
8+
autoScalaLibrary := false
69

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

0 commit comments

Comments
 (0)