Skip to content

Commit 4bab4a8

Browse files
committed
upgrade gradle, kotlin, intellij
1 parent d9fb1ec commit 4bab4a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.http4k"
10-
version = "1.9.0"
10+
version = "1.10.0"
1111

1212
repositories {
1313
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ All generated code is added to the project in the `.http4k` directory structure
3232
<change-notes>
3333
<![CDATA[
3434
<ul>
35+
<li>1.10.0 - Updated to newest IntelliJ platform</li>
3536
<li>1.9.0 - Now with K2 version support</li>
3637
<li>1.8.0 - Upgrade libraries</li>
3738
<li>1.7.0 - Upgrade libraries</li>

0 commit comments

Comments
 (0)