Skip to content

Commit 0fec847

Browse files
committed
chore(recipes): use stove snapshot
1 parent 3d8a089 commit 0fec847

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

recipes/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ hoplite = "2.9.0"
4444
kediatr = "4.3.0"
4545

4646
# Testing
47-
stove = "0.18.0"
47+
stove = "1.0.0.481-SNAPSHOT"
4848
kotest = "6.0.7"
4949
exposed = "1.0.0-rc-4"
5050
postgresql = "42.7.8"

recipes/settings.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2121
dependencyResolutionManagement {
2222
repositories {
2323
mavenCentral()
24-
maven("https://oss.sonatype.org/content/repositories/snapshots")
24+
maven("https://central.sonatype.com/repository/maven-snapshots") {
25+
content {
26+
includeGroup("com.trendyol")
27+
}
28+
}
2529
}
2630
}

0 commit comments

Comments
 (0)