We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b209ae commit 4c2d31bCopy full SHA for 4c2d31b
2 files changed
README.md
@@ -5,7 +5,7 @@
5
<dependency>
6
<groupId>com.github.robinfriedli</groupId>
7
<artifactId>ThreadPool</artifactId>
8
- <version>1.1.3</version>
+ <version>1.2.0</version>
9
<type>pom</type>
10
</dependency>
11
@@ -18,7 +18,7 @@
18
## Gradle
19
```gradle
20
dependencies {
21
- implementation "com.github.robinfriedli:ThreadPool:1.1.3"
+ implementation "com.github.robinfriedli:ThreadPool:1.2.0"
22
}
23
24
repositories {
build.gradle
@@ -6,7 +6,7 @@ plugins {
def artifact = "ThreadPool"
group "net.robinfriedli"
-version "1.1.3"
+version "1.2.0"
sourceCompatibility = "9"
targetCompatibility = "9"
12
0 commit comments