Upgrade to Koltin 1.9.21
This commit is contained in:
parent
72f8031c3c
commit
2a88bbb045
5 changed files with 11 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
## Compile the Kotlin Example
|
||||
j## Compile the Kotlin Example
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
|
|
|
@ -33,9 +33,9 @@ public class ExampleBuild extends Project {
|
|||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", version(1, 9, 20)));
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", version(1, 9, 21)));
|
||||
scope(test)
|
||||
.include(dependency("org.jetbrains.kotlin:kotlin-test-junit5:1.9.20"))
|
||||
.include(dependency("org.jetbrains.kotlin:kotlin-test-junit5:1.9.21"))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue