Skip to content

Commit a84dfeb

Browse files
committed
Update to JNats 2.21.4 and update repositories
1 parent dee1643 commit a84dfeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starter-gradle-kotlin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ plugins {
1616

1717
repositories {
1818
mavenCentral()
19-
maven { url "https://repo1.maven.org/maven2/" }
20-
maven { url "https://central.sonatype.com/repository/maven-snapshots" }
19+
maven { url = uri("https://repo1.maven.org/maven2/") }
20+
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots") }
2121
}
2222

2323
dependencies {

0 commit comments

Comments
 (0)