Skip to content

Commit

Permalink
Bump url library version (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-gibson committed Sep 24, 2022
1 parent 4dad425 commit 631f188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## [Unreleased]
- Switch URL library
- Fix issue removing custom domains
- Add `Gerrit` support

## [4.1.8]
- Rename 'Host' option to 'Platform'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("org.jetbrains.kotlin.jvm") version "1.7.0"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.7.0"
id("org.jetbrains.intellij") version "1.9.0"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "1.3.1"
// Gradle Qodana Plugin
Expand All @@ -33,7 +33,7 @@ repositories {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
implementation("uk.co.ben_gibson:url:0.0.7")
implementation("uk.co.ben_gibson:url:0.0.8")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.10")

}
Expand Down

0 comments on commit 631f188

Please sign in to comment.