Skip to content

Commit 10544c5

Browse files
committed
Bump bld to version 2.3.0
1 parent a933b4e commit 10544c5

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
@@ -70,7 +70,7 @@ Include the following in your `bld` build file:
7070
repositories = List.of(MAVEN_CENTRAL, CENTRAL_SNAPSHOTS);
7171

7272
scope(compile).include(
73-
dependency("net.thauvin.erik.httpstatus","httpstatus", version(1, 1, 0))
73+
dependency("net.thauvin.erik.httpstatus","httpstatus", version(1, 1, 1))
7474
);
7575
```
7676

@@ -94,7 +94,7 @@ dependencies {
9494

9595
### Maven
9696

97-
Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://central.sonatype.com/artifact/net.thauvin.erik/HttpStatus).
97+
Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://central.sonatype.com/artifact/net.thauvin.erik.httpstatus/httpstatus).
9898

9999
## JSP Tags
100100

0 commit comments

Comments
 (0)