Skip to content

Commit

Permalink
i am so bad at this
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Oct 11, 2020
1 parent 00d0d33 commit e5af39c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions publish-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

mkdir dependencies
cd dependencies
mkdir rescala
git clone https://github.com/rescala-lang/REScala.git rescala
cd rescala
git clone https://github.com/rescala-lang/REScala.git
git reset --hard c3c37c4739b4a0b0ab40adc5c94473d0f8ccc498
sbt publishLocal
cd ..
mkdir loci
git clone https://github.com/scala-loci/scala-loci.git
git clone https://github.com/scala-loci/scala-loci.git loci
cd loci
git reset --hard a880ec8639ff48f6d85a869cb8a3117dfa06287a
sbt publishLocal
cd ..
Expand Down

0 comments on commit e5af39c

Please sign in to comment.