Skip to content

Commit

Permalink
text-files-util: 1.6-SNAPSHOT + update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Mar 15, 2024
1 parent 79ee084 commit cef1247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "cc.datafabric"
version = "1.5-SNAPSHOT"
version = "1.6-SNAPSHOT"

repositories {
mavenCentral()
Expand All @@ -17,7 +17,7 @@ dependencies {
val kotlinCoroutinesVersion: String by project
val resourceIteratorVersion: String by project

implementation("com.github.DataFabricRus:resource-iterator:$resourceIteratorVersion")
implementation("com.github.DataFabricRus.resource-iterator:resource-iterator-jvm:$resourceIteratorVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion")
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
kotlin.code.style=official
# https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
kotlinVersion=1.9.20
kotlinVersion=1.9.23
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core
kotlinCoroutinesVersion=1.7.3
kotlinCoroutinesVersion=1.8.0
# https://jitpack.io/#DataFabricRus/resource-iterator
resourceIteratorVersion=1.0-SNAPSHOT
resourceIteratorVersion=1.2-SNAPSHOT
# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
junitVersion=5.10.1
junitVersion=5.10.2

0 comments on commit cef1247

Please sign in to comment.