Skip to content

Commit

Permalink
Version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Apr 1, 2024
1 parent 77bd502 commit 93bd8de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.1,)")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.2,)")
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.1,)")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.2,)")
}

tasks.test {
Expand All @@ -27,7 +27,7 @@ tasks.test {
}

group = "com.github.javadev"
version = "1.22-SNAPSHOT"
version = "1.23-SNAPSHOT"
description = "leetcode-in-kotlin"
java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.22</version>
<version>1.23</version>
<name>leetcode-in-kotlin</name>
<description>Kotlin-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.22-SNAPSHOT</version>
<version>1.23-SNAPSHOT</version>
<name>leetcode-in-kotlin</name>
<description>Kotlin-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
Expand Down

0 comments on commit 93bd8de

Please sign in to comment.