Skip to content

Commit

Permalink
Downgrade micronaut
Browse files Browse the repository at this point in the history
  • Loading branch information
Spliterash committed Mar 31, 2024
1 parent 196110a commit 0dd8ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
kotlin("jvm") version "1.9.23"
kotlin("kapt") version "1.9.23"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.micronaut.minimal.application") version "4.3.4"
id("io.micronaut.minimal.application") version "4.3.3"
}

group = "ru.spliterash"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
micronautVersion=4.3.4
micronautVersion=4.3.3

0 comments on commit 0dd8ce2

Please sign in to comment.