Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed May 11, 2024
1 parent 6c7456a commit d5bed76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,25 @@ kotlin = "1.9.24"
## ⬆ = "2.0.0-Beta4"
## ⬆ = "2.0.0-Beta5"
## ⬆ = "2.0.0-RC1"
## ⬆ = "2.0.0-RC2"
## ⬆ = "2.0.0-RC3"

ktor = "2.3.11"
##⬆ = "3.0.0-beta-1"

kodein-di = "7.21.2"

kotlinx-coroutines = "1.8.1"
## ⬆ = "1.8.1-Beta"

netty-tcnative = "2.0.65.Final"

tinylog = "2.7.0"
## ⬆ = "2.8.0-M1"

xmlutil = "0.86.3"

flyway = "10.11.1"
flyway = "10.12.0"
## ⬆ = "10.12.0"

kotlinx-serialization = "1.6.3"

Expand Down Expand Up @@ -80,6 +83,7 @@ tinylog-impl = { group = "org.tinylog", name = "tinylog-impl", version.ref = "ti
htmx-org = "org.webjars.npm:htmx.org:1.9.12"
## ⬆ :2.0.0-alpha1"
## ⬆ :2.0.0-alpha2"
## ⬆ :2.0.0-beta3"

hyperscript-org = "org.webjars.npm:hyperscript.org:0.9.12"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/io/github/asm0dey/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import kotlin.concurrent.thread
import kotlin.io.path.Path
import kotlin.io.path.setPosixFilePermissions

const val FB2C_VERSION = "v1.73.1"
const val FB2C_VERSION = "v1.75.1"

val genreNames = genreNames()
var epubConverterAccessible = true
Expand Down

0 comments on commit d5bed76

Please sign in to comment.