mirror of https://github.com/sbt/sbt.git
Fixed version in the package-delete-target test
This commit is contained in:
parent
e99aa6d7b3
commit
402b9ef95c
|
|
@ -1,4 +1,4 @@
|
|||
$ mkdir target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar
|
||||
$ touch target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar/hello
|
||||
$ mkdir target/scala-2.12/delete-target_2.12-0.1.0-SNAPSHOT.jar
|
||||
$ touch target/scala-2.12/delete-target_2.12-0.1.0-SNAPSHOT.jar/hello
|
||||
-> package
|
||||
$ exists target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar/hello
|
||||
$ exists target/scala-2.12/delete-target_2.12-0.1.0-SNAPSHOT.jar/hello
|
||||
|
|
|
|||
Loading…
Reference in New Issue