We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fb1ec commit 4bab4a8Copy full SHA for 4bab4a8
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "org.http4k"
10
-version = "1.9.0"
+version = "1.10.0"
11
12
repositories {
13
mavenCentral()
src/main/resources/META-INF/plugin.xml
@@ -32,6 +32,7 @@ All generated code is added to the project in the `.http4k` directory structure
32
<change-notes>
33
<![CDATA[
34
<ul>
35
+ <li>1.10.0 - Updated to newest IntelliJ platform</li>
36
<li>1.9.0 - Now with K2 version support</li>
37
<li>1.8.0 - Upgrade libraries</li>
38
<li>1.7.0 - Upgrade libraries</li>
0 commit comments