Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Nov 21, 2024
2 parents 2bc37c7 + 18f773d commit 8194925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To get started simply add it as a dependency:
```
dependencies {
implementation "com.github.holgerbrandl:kalasim:1.0"
implementation 'com.github.holgerbrandl:kalasim:1.0.0'
}
```

Expand All @@ -31,4 +31,4 @@ dependencies {
To build and install it into your local maven cache, simply clone the repo and run
```bash
./gradlew install
```
```

0 comments on commit 8194925

Please sign in to comment.