Skip to content

Commit

Permalink
Remove outside version dependent check
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Sep 24, 2023
1 parent c68ca0c commit aefafad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/sbt-test/sbt-pack/duplicate-jars/test
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
> 'set version := "0.1"'
> pack
$ exists target/pack/lib/scala-library-2.12.*.jar
$ absent target/pack/lib/slf4j-api-1.7.2.jar
$ exists target/pack/lib/slf4j-api-1.7.6.jar
2 changes: 0 additions & 2 deletions src/sbt-test/sbt-pack/min-project/test
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
> pack
$ exists target/pack/Makefile
$ exists target/pack/bin/hello
$ exists target/pack/lib/scala-library-2.12.*.jar
$ exec sh ./target/pack/bin/hello
> packArchive
$ exists target/min-project-0.1.tar.gz
> packInstall ../../local
$ exists local/bin/hello
$ exists local/min-project/min-project-0.1/lib/min-project-0.1.jar
$ exists local/min-project/min-project-0.1/lib/scala-library-2.12.*.jar

0 comments on commit aefafad

Please sign in to comment.