File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class Wartremover < Formula
2
2
desc "Flexible Scala code linting tool"
3
3
homepage "https://github.com/wartremover/wartremover"
4
- url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.3.0 .tar.gz"
5
- sha256 "96109e0096f82d562898186c927f1d8080cde1e66c3e32c351f6e2b92af6c3c9 "
4
+ url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.3.1 .tar.gz"
5
+ sha256 "7e8bfaf1f2be696f84873683c4015fa4a1c13fdbbd9c5d689e4168392c12257d "
6
6
license "Apache-2.0"
7
7
head "https://github.com/wartremover/wartremover.git" , branch : "master"
8
8
@@ -12,7 +12,7 @@ class Wartremover < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , all : "b93c3ae7a449be47a27b088710bec5a36df51d75332cf476cdd43ff3aa0f8cb7 "
15
+ sha256 cellar : :any_skip_relocation , all : "a58bebe325926f87d86d9183745eb91d1597e0c2daabd62ef9fed129e90b1835 "
16
16
end
17
17
18
18
depends_on "sbt" => :build
You can’t perform that action at this time.
0 commit comments