Skip to content

Commit 5cc3898

Browse files
authored
Update WORKSPACE snippet to refer to 2.1.4 release
1 parent 21aa5bc commit 5cc3898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = "4afceddd222bfd596f09591fd41f0800e57dd2d49e3fa0bda67f1b43149e8f3e",
35+
sha256 = "9385652bb92d365675d1ca7c963672a8091dc5940a9e307104d3c92e7a789c8e",
3636
urls = [
37-
"https://github.com/salesforce/rules_spring/releases/download/2.1.3/rules-spring-2.1.3.zip",
37+
"https://github.com/salesforce/rules_spring/releases/download/2.1.4/rules-spring-2.1.4.zip",
3838
],
3939
)
4040
```

0 commit comments

Comments
 (0)