Skip to content

Commit

Permalink
Update test (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Mar 19, 2024
1 parent b19545f commit fbc9243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sbt-test/projectMatrix/lib/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

# check root
$ mkdir lib
$ copy-file strayJar/target/scala-2.12/strayJar_2.12-0.1.0-SNAPSHOT.jar lib/strayJar.jar
$ copy-file strayJar/target/scala-2.12/strayjar_2.12-0.1.0-SNAPSHOT.jar lib/strayJar.jar
> root2_12/compile

# check ss
$ mkdir ss/lib
$ copy-file strayJar/target/scala-2.12/strayJar_2.12-0.1.0-SNAPSHOT.jar ss/lib/strayJar.jar
$ copy-file strayJar/target/scala-2.12/strayjar_2.12-0.1.0-SNAPSHOT.jar ss/lib/strayJar.jar
> ss/compile

0 comments on commit fbc9243

Please sign in to comment.