Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Upgraded to SBT 0.13.16
Browse files Browse the repository at this point in the history
Also taught genNix about the compiler interface, see #36
  • Loading branch information
nightkr committed May 5, 2018
1 parent 07baff0 commit d261602
Show file tree
Hide file tree
Showing 6 changed files with 1,101 additions and 652 deletions.
16 changes: 0 additions & 16 deletions plugin/nix-exprs/manual-repo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
url = "https://repo1.maven.org/maven2/org/scala-lang/jline/2.10.6/jline-2.10.6.jar";
sha256 = "1cfk6whncx2g87grwdfmz6f76bn807saqik91iwcfv099b1jngw1";
};
"nix-public/jline/jline/2.12.1/jline-2.12.1.pom" = {
url = "https://repo1.maven.org/maven2/jline/jline/2.12.1/jline-2.12.1.pom";
sha256 = "0pzjaccy3svy4arrzs02c2yif7plbwlr39kvs38qr68ij0v20m0j";
};
"nix-public/jline/jline/2.12.1/jline-2.12.1.jar" = {
url = "https://repo1.maven.org/maven2/jline/jline/2.12.1/jline-2.12.1.jar";
sha256 = "03wl5r6xd58n5504rspqx086kjaw55faxa5fz2kghipg5k7is7y3";
};
"nix-public/org/fusesource/jansi/jansi/1.4/jansi-1.4.pom" = {
url = "https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.4/jansi-1.4.pom";
sha256 = "0rgprkbg4ljarf0x79snk2h1b0974glhl2fw1bxkxbw8k3ifda1s";
Expand All @@ -30,13 +22,5 @@
url = "https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.4/jansi-1.4.jar";
sha256 = "183ms545msn02fl0181rwbcifc8qy82rz4l6dglnhv9la8a1bnc2";
};
"nix-public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom" = {
url = "https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom";
sha256 = "0m4lallnlhyfj3z24ispxzwvsxzaznhw6zsmk4j74sibr5kqh7xm";
};
"nix-typesafe-ivy-releases/org.scala-sbt/compiler-interface/0.13.15/srcs/compiler-interface-sources.jar" = {
url = "https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.15/srcs/compiler-interface-sources.jar";
sha256 = "1b2p8c8sypvi9hfbbbzv59sqpjssyx91m43s9vwxc5sa2fn5lk5g";
};
};
}
2 changes: 1 addition & 1 deletion plugin/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.16
Loading

0 comments on commit d261602

Please sign in to comment.