Skip to content

Commit 168f5c9

Browse files
authored
Merge pull request #2 from kora-projects/feature/1.2.0
1.2.0
2 parents 8d58979 + 8933496 commit 168f5c9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33
plugins {
44
id("application")
55
id("jacoco")
6-
kotlin("jvm") version ("1.9.10")
7-
id("com.google.devtools.ksp") version ("1.9.10-1.0.13")
6+
kotlin("jvm") version ("1.9.25")
7+
id("com.google.devtools.ksp") version ("1.9.25-1.0.20")
88
}
99

1010
group = property("groupId")!!
@@ -32,6 +32,7 @@ configurations {
3232

3333
repositories {
3434
mavenCentral()
35+
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots") }
3536
}
3637

3738
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
groupId=ru.tinkoff.kora
2-
koraVersion=1.1.25
2+
koraVersion=1.2.0
33

44

55
##### GRADLE #####

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pluginManagement {
22
repositories {
33
gradlePluginPortal()
44
mavenCentral()
5+
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots") }
56
}
67
}
78

0 commit comments

Comments
 (0)