File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Each module is distributed as a separate artifact:
3535
3636``` kotlin
3737dependencies {
38- val javalinRoutingExtensions = " 5.4.2 -RC.1"
38+ val javalinRoutingExtensions = " 5.5.0 -RC.1"
3939 implementation(" io.javalin.community.routing:routing-core:$javalinRoutingExtensions " )
4040 implementation(" io.javalin.community.routing:routing-annotated:$javalinRoutingExtensions " )
4141 implementation(" io.javalin.community.routing:routing-dsl:$javalinRoutingExtensions " )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ allprojects {
1818 apply (plugin = " signing" )
1919
2020 group = " io.javalin.community.routing"
21- version = " 5.4.2 -RC.1"
21+ version = " 5.5.0 -RC.1"
2222
2323 repositories {
2424 mavenCentral()
You can’t perform that action at this time.
0 commit comments