Skip to content

Commit f62f2c9

Browse files
authored
Merge pull request #162 from salesforce/plaird/release222
release of 2.2.2
2 parents 62f5f5e + e5596bb commit f62f2c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ This is the recommended approach for most users.
3232
```starlark
3333
http_archive(
3434
name = "rules_spring",
35-
sha256 = "711ff9949bb1cc4dfc34f26114bb2989a2c820a300e536aebea652df1e08292c",
35+
sha256 = "7495e33261e4e69777a611e42c2e7a4f45021f6a8bb1eae1b064ca5653a61835",
3636
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",
3838
],
3939
)
4040
```

makerelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
#
77

8-
release_version=2.2.2
8+
release_version=2.2.3
99

1010
# remove/relocate local build artifacts and tools
1111
rm -rf bazel-*

0 commit comments

Comments
 (0)