We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6922b69 commit b286e5eCopy full SHA for b286e5e
README.md
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
dependencies {
16
- implementation "net.robinfriedli:exec:1.0"
+ implementation "net.robinfriedli:exec:1.1"
17
18
```
19
@@ -22,7 +22,7 @@ dependencies {
22
<dependency>
23
<groupId>net.robinfriedli</groupId>
24
<artifactId>exec</artifactId>
25
- <version>1.0</version>
+ <version>1.1</version>
26
<type>pom</type>
27
</dependency>
28
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = "net.robinfriedli"
9
-version = "1.0"
+version = "1.1"
10
sourceCompatibility = "8"
11
targetCompatibility = "8"
12
0 commit comments