Skip to content

Commit

Permalink
Changed koltin-compiler back 1.0.0 due to hard dependency on Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed May 30, 2017
1 parent e6f5ca9 commit 04f6038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ set in `[*{kt,kts}]` section).

- ktlint-ruleset-standard ("no-unit-return" & "modifier-order" where not included).

### Changed

- `kotlin-compiler` version to 1.1.2-2 (from 1.1.0).

## [0.7.1] - 2017-05-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.1.2-2</kotlin.version>
<kotlin.version>1.1.0</kotlin.version>
<aether.version>1.1.0</aether.version>
<aether.maven.provider.version>3.2.5</aether.maven.provider.version>
<args4j.version>2.33</args4j.version>
Expand Down

0 comments on commit 04f6038

Please sign in to comment.