Skip to content

Commit d27ff83

Browse files
docs: use Java dedup agent 2.0.2
1 parent ee711dc commit d27ff83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dropwizard-dedup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mvn -B -DskipTests clean package
1313
Build with the runtime Java agent copied into `target/keploy-sdk.jar`:
1414

1515
```bash
16-
mvn -B -DskipTests -Dkeploy.agent.version=2.0.0 clean package
16+
mvn -B -DskipTests -Dkeploy.agent.version=2.0.2 clean package
1717
```
1818

1919
Run with the agent:

java-dedup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The SDK reads JaCoCo coverage in-process via `org.jacoco.agent.rt.RT.getAgent().
1111
## Setup
1212

1313
```bash
14-
mvn -B -DskipTests -Dkeploy.agent.version=2.0.0 clean package
14+
mvn -B -DskipTests -Dkeploy.agent.version=2.0.2 clean package
1515
```
1616

1717
This builds the runnable application jar, copies `target/keploy-sdk.jar`, and copies `target/jacocoagent.jar` next to it.

0 commit comments

Comments
 (0)