Compare commits

...

2 Commits

Author SHA1 Message Date
Robinson ed5d2d2f74
version 1.45 2023-08-20 11:11:50 +02:00
Robinson ff21f4353e
updated deps 2023-08-20 11:08:30 +02:00
3 changed files with 9 additions and 9 deletions

View File

@ -11,25 +11,25 @@ Please see the header of each file for the specific license that applies to it.
Maven Info
---------
````
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Utilities</artifactId>
<version>1.36</version>
<version>1.45</version>
</dependency>
</dependencies>
````
```
Gradle Info
---------
````
```
dependencies {
...
compile "com.dorkbox:Utilities:1.36"
compile "com.dorkbox:Utilities:1.45"
}
````
```
License

View File

@ -35,7 +35,7 @@ object Extras {
// set for the project
const val description = "Utilities for use within Java projects"
const val group = "com.dorkbox"
const val version = "1.44"
const val version = "1.45"
// set as project.ext
const val name = "Utilities"
@ -129,7 +129,7 @@ tasks.jar.get().apply {
dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
api("com.dorkbox:OS:1.6")
api("com.dorkbox:OS:1.8")
api("com.dorkbox:Updates:1.1")

View File

@ -27,7 +27,7 @@ object Sys {
/**
* Gets the version number.
*/
val version = "1.44"
val version = "1.45"
init {
// Add this project to the updates system, which verifies this class + UUID + version information