Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit f4a0bdd

Browse files
authored
Merge pull request #30 from michaelmosmann/master
Kotlin 1.3.41
2 parents 1c1ea5a + 0473b53 commit f4a0bdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The plugin simplifies a basic Kotlin build script to:
2525

2626
```groovy
2727
plugins {
28-
id 'nebula.kotlin' version '1.3.40'
28+
id 'nebula.kotlin' version '1.3.41'
2929
}
3030
3131
repositories {
@@ -37,7 +37,7 @@ repositories {
3737

3838
```groovy
3939
plugins {
40-
id 'nebula.kotlin' version '1.3.40'
40+
id 'nebula.kotlin' version '1.3.41'
4141
}
4242
4343
repositories {
@@ -49,7 +49,7 @@ dependencies {
4949
}
5050
```
5151

52-
The version for `kotlin-reflect` will be automatically set to match the Kotlin version (`1.3.40`).
52+
The version for `kotlin-reflect` will be automatically set to match the Kotlin version (`1.3.41`).
5353

5454
## Caveats
5555

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838

3939
ext {
40-
kotlinVersion = '1.3.40'
40+
kotlinVersion = '1.3.41'
4141
}
4242

4343
// Dependencies are managed by the above property, we don't want to accidentally lock dependencies and publish out of step with the upstream Kotlin plugin

0 commit comments

Comments
 (0)