File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ This is the recommended approach for most users.
32
32
``` starlark
33
33
http_archive(
34
34
name = " rules_spring" ,
35
- sha256 = " 711ff9949bb1cc4dfc34f26114bb2989a2c820a300e536aebea652df1e08292c " ,
35
+ sha256 = " 7495e33261e4e69777a611e42c2e7a4f45021f6a8bb1eae1b064ca5653a61835 " ,
36
36
urls = [
37
- " https://github.com/salesforce/rules_spring/releases/download/2.2.1 /rules-spring-2.2.1 .zip" ,
37
+ " https://github.com/salesforce/rules_spring/releases/download/2.2.2 /rules-spring-2.2.2 .zip" ,
38
38
],
39
39
)
40
40
```
Original file line number Diff line number Diff line change 5
5
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
6
#
7
7
8
- release_version=2.2.2
8
+ release_version=2.2.3
9
9
10
10
# remove/relocate local build artifacts and tools
11
11
rm -rf bazel-*
You can’t perform that action at this time.
0 commit comments