File tree 8 files changed +9
-9
lines changed
kotlinx-coroutines-javafx
kotlinx-coroutines-rx-example
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Add dependencies (you can also add other modules that you need):
73
73
<dependency >
74
74
<groupId >org.jetbrains.kotlinx</groupId >
75
75
<artifactId >kotlinx-coroutines-core</artifactId >
76
- <version >0.4 -beta</version >
76
+ <version >0.5 -beta</version >
77
77
</dependency >
78
78
```
79
79
@@ -100,7 +100,7 @@ repositories {
100
100
Add dependencies (you can also add other modules that you need):
101
101
102
102
``` groovy
103
- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.4 -beta'
103
+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.5 -beta'
104
104
```
105
105
106
106
And make sure that you use the right Kotlin version:
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-core</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-javafx</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-jdk8</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-nio</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-rx-example</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-rx</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.jetbrains.kotlinx</groupId >
8
8
<artifactId >kotlinx-coroutines</artifactId >
9
- <version >0.4 -beta-SNAPSHOT</version >
9
+ <version >0.5 -beta-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >kotlinx-coroutines-swing</artifactId >
You can’t perform that action at this time.
0 commit comments