Skip to content

Commit

Permalink
Upgrade to the Kotlin 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Paslavsky committed Nov 23, 2018
1 parent fea4b0d commit 5bed427
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
target/
.idea
*.iws
*.iml
out/
.idea_modules/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
[![Apache License 2.0](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://travis-ci.org/paslavsky/slf4kotlin.svg?branch=master)](https://travis-ci.org/paslavsky/slf4kotlin)
[![Download](https://api.bintray.com/packages/paslavsky/maven/slf4kotlin/images/download.svg) ](https://bintray.com/paslavsky/maven/slf4kotlin/_latestVersion)
[![Kotlin version](https://img.shields.io/badge/kotlin-1.3.10-blue.svg)](https://kotlinlang.org/)

Please refer [documentation](https://paslavsky.github.io/slf4kotlin/) for more information
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.paslavsky</groupId>
<artifactId>slf4kotlin</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>Kotlin Wrapper for slf4j library</name>
Expand All @@ -27,7 +27,7 @@
<connection>https://github.com/paslavsky/slf4kotlin.git</connection>
</scm>

<inceptionYear>2017</inceptionYear>
<inceptionYear>2018</inceptionYear>

<issueManagement>
<url>https://github.com/paslavsky/slf4kotlin/issues</url>
Expand All @@ -50,7 +50,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.2.71</kotlin.version>
<kotlin.version>1.3.10</kotlin.version>
<junit.version>4.12</junit.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>
Expand Down

0 comments on commit 5bed427

Please sign in to comment.