We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ef3926 + 1ddf185 commit ae6b13cCopy full SHA for ae6b13c
README.md
@@ -16,7 +16,7 @@ It also requires a Spring Boot **MVC** web application.
16
17
| Spring Boot | starter-errors | Kotlin |
18
|:-----------:|:--------------:|:------:|
19
-| 3.0 | 9.x | 1.8 |
+| 3.0 | 9.x | 1.7 |
20
| 2.7 | 8.x | 1.7 |
21
| 2.6 | 7.x | 1.6 |
22
| 2.5 | 5.x | 1.5 |
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
id("ekino.oss.test")
5
}
6
7
-version = "9.0.0-SNAPSHOT"
+version = "9.0.0"
8
9
repositories {
10
mavenCentral()
0 commit comments