Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/actions/setup-j…
Browse files Browse the repository at this point in the history
…ava-4
  • Loading branch information
eed3si9n authored Mar 19, 2024
2 parents 8877356 + fbc9243 commit 565b9ae
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 565b9ae

Please sign in to comment.