Skip to content

Commit

Permalink
Update README for 0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mangstadt committed Feb 3, 2023
1 parent 3105284 commit 1f27348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ String str = Biweekly.write(ical).go();
<dependency>
<groupId>net.sf.biweekly</groupId>
<artifactId>biweekly</artifactId>
<version>0.6.6</version>
<version>0.6.7</version>
</dependency>
```

**Gradle**

```
implementation 'net.sf.biweekly:biweekly:0.6.6'
// or use the `api` keyword if you are exposing parts of biweekly in your API
implementation 'net.sf.biweekly:biweekly:0.6.7'
//use `api` if you are exposing parts of biweekly in your API
```

# Build Instructions

biweekly uses [Maven](http://maven.apache.org/) as its build tool, and adheres to its convensions.
biweekly uses [Maven](http://maven.apache.org/) as its build tool, and adheres to its conventions.

To build the project: `mvn compile`
To run the unit tests: `mvn test`
Expand Down

0 comments on commit 1f27348

Please sign in to comment.