Skip to content

Commit 112e886

Browse files
committed
upgrade to kotlin 1.1.1
1 parent a037338 commit 112e886

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.0'
2+
ext.kotlin_version = '1.1.1'
33

44
repositories {
55
mavenCentral()
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group 'MicroUtils'
17-
version '1.4.2'
17+
version '1.4.4'
1818

1919

2020

@@ -51,8 +51,8 @@ bintray {
5151
licenses = ['Apache-2.0']
5252
vcsUrl = 'https://github.com/MicroUtils/kotlin-logging'
5353
version {
54-
name = "1.4.2"
55-
desc = "kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin"
54+
name = "1.4.4"
55+
desc = "kotlin-logging 1.4.4 - Lightweight logging framework for Kotlin"
5656
released = new Date()
5757
}
5858
}
@@ -113,13 +113,13 @@ publishing {
113113
MyPublication(MavenPublication) {
114114
pom.withXml {
115115
def root = asNode()
116-
root.appendNode('description', "kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin")
116+
root.appendNode('description', "kotlin-logging 1.4.4 - Lightweight logging framework for Kotlin")
117117
root.children().last() + pomConfig
118118
}
119119
from components.java
120120
groupId 'io.github.microutils'
121121
artifactId 'kotlin-logging'
122-
version "1.4.2"
122+
version "1.4.4"
123123

124124
artifact sourcesJar
125125
artifact javadocJar

0 commit comments

Comments
 (0)