Skip to content

Commit

Permalink
Merge pull request #5 from Kpler/upgrade
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
leo-dur authored Jan 14, 2025
2 parents 863455c + 784fe56 commit 2c0d638
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@
language: script
entry: ./scalafmt --non-interactive
types: [scala]
- id: wartremover
name: Wartremover
language: script
entry: ./wartremover -traverser 'org.wartremover.warts.Null'
types: [scala]
- id: scalafix
name: Scalafix
language: script
entry: ./scalafix
types: [scala]
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
./coursier bootstrap org.scalameta:scalafmt-cli_2.12:2.3.1 -r sonatype:snapshots -o ./scalafmt --standalone --main org.scalafmt.cli.Cli
./coursier bootstrap ch.epfl.scala:scalafix-cli_2.13.10:0.10.4 -f --main scalafix.cli.Cli -o scalafix
Binary file removed scalafix
Binary file not shown.
7 changes: 3 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
let

nixpkgs = builtins.fetchTarball {
name = "nixos-23.05-20231026-051829";
url = "https://github.com/NixOS/nixpkgs/archive/04f431fe64a5.tar.gz";
sha256 = "05lwii2zf4j790m886jqag4g5pgahjfg9balvfifah3aic8djzll";
name = "nixos-24.05-20241112";
url = "https://github.com/NixOS/nixpkgs/archive/9256f7c71a19.tar.gz";
sha256 = "0dxwisjg7cg8m7lm1643s0fs9gplji1l25hiwplkqwa5c4hs6v5b";
};

pkgs = import nixpkgs { };
Expand Down

0 comments on commit 2c0d638

Please sign in to comment.