Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Bump eb4j from 2.3.0 to 2.3.1 #92

Merged
merged 1 commit into from Feb 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -82,7 +82,7 @@ repositories {
}

dependencies {
implementation("io.github.eb4j:eb4j:2.3.0")
implementation("io.github.eb4j:eb4j:2.3.1")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("tokyo.northside:url-protocol-handler:0.1.4")

Expand Down