Updated dependencies + info

This commit is contained in:
nathan 2019-04-14 17:07:57 +02:00
parent 86dc78dcc8
commit 36bb829e9d
2 changed files with 1 additions and 9 deletions

View File

@ -40,14 +40,6 @@ try {
 
 
Release Notes
---------
This project includes some utility classes that are a small subset of a much larger library. These classes are **kept in sync** with the main utilities library, so "jar hell" is not an issue, and the latest release will always include the same version of utility files as all of the other projects in the dorkbox repository at that time.
Please note that the utility source code is included in the release and on our [Git Server](https://git.dorkbox.com/dorkbox/Utilities) repository.
Maven Info
---------
```

View File

@ -185,7 +185,7 @@ tasks.compileJava.get().apply {
dependencies {
implementation("com.dorkbox:Utilities:1.0")
implementation("com.dorkbox:Utilities:1.1")
}
///////////////////////////////