Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
incluedu committed Nov 5, 2023
1 parent a43a901 commit 0ece883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Gradle
```
dependencies {
implementation "net.lustenauer:sbjfx-lib:0.0.5"
implementation "net.lustenauer:sbjfx-lib:0.0.7"
}
```
Gradle (Kotlin)
```
dependencies {
implementation("net.lustenauer:sbjfx-lib:0.0.5")
implementation("net.lustenauer:sbjfx-lib:0.0.7")
}
```

Expand Down

0 comments on commit 0ece883

Please sign in to comment.