Skip to content

Commit

Permalink
Merge pull request #436 from profunktor/ci/nix-shell-update-sbt
Browse files Browse the repository at this point in the history
Update sbt script version
  • Loading branch information
gvolpe authored Dec 7, 2020
2 parents f8bfbc2 + 835d193 commit 7e32445
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v8
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v8
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v8
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
packageOverrides = pkgs: rec {
sbt = pkgs.sbt.overrideAttrs (
old: rec {
version = "1.3.13";
version = "1.4.4";

patchPhase = ''
echo -java-home ${java} >> conf/sbtopts
Expand Down

0 comments on commit 7e32445

Please sign in to comment.