File tree 3 files changed +11
-29
lines changed
src/jreleaser/distributions/ki/brew/Formula
3 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jetbrains.kotlinx</groupId >
6
6
<artifactId >ki</artifactId >
7
- <version >0.3.4 -SNAPSHOT</version >
7
+ <version >0.4.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >ki-shell</artifactId >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >org.jetbrains.kotlin</groupId >
62
- <artifactId >kotlin-scripting-dependencies-maven</artifactId >
62
+ <artifactId >kotlin-scripting-dependencies-maven-all </artifactId >
63
63
<version >${kotlin.version} </version >
64
64
</dependency >
65
65
<dependency >
72
72
<artifactId >kotlin-scripting-ide-services</artifactId >
73
73
<version >${kotlin.version} </version >
74
74
</dependency >
75
+ <dependency >
76
+ <groupId >org.jetbrains.kotlinx</groupId >
77
+ <artifactId >kotlinx-coroutines-core</artifactId >
78
+ <version >1.5.2</version >
79
+ </dependency >
75
80
<dependency >
76
81
<groupId >junit</groupId >
77
82
<artifactId >junit</artifactId >
129
134
<plugin >
130
135
<groupId >org.apache.maven.plugins</groupId >
131
136
<artifactId >maven-compiler-plugin</artifactId >
132
- <version >3.5 .1</version >
137
+ <version >3.8 .1</version >
133
138
<configuration >
134
139
<source >1.8</source >
135
140
<target >1.8</target >
141
+ <compilerArgument >-proc:none</compilerArgument >
136
142
<encoding >UTF-8</encoding >
137
143
</configuration >
138
144
<executions >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.jetbrains.kotlinx</groupId >
6
6
<artifactId >ki</artifactId >
7
- <version >0.3.4 -SNAPSHOT</version >
7
+ <version >0.4.0 -SNAPSHOT</version >
8
8
9
9
<packaging >pom</packaging >
10
10
<name >Ki Shell :: parent</name >
13
13
<module >ki-shell</module >
14
14
</modules >
15
15
<properties >
16
- <kotlin .version>1.4.32 </kotlin .version>
16
+ <kotlin .version>1.6.10 </kotlin .version>
17
17
<jvm .version>1.8</jvm .version>
18
18
</properties >
19
19
<build >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments