We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8a089 commit 0fec847Copy full SHA for 0fec847
recipes/gradle/libs.versions.toml
@@ -44,7 +44,7 @@ hoplite = "2.9.0"
44
kediatr = "4.3.0"
45
46
# Testing
47
-stove = "0.18.0"
+stove = "1.0.0.481-SNAPSHOT"
48
kotest = "6.0.7"
49
exposed = "1.0.0-rc-4"
50
postgresql = "42.7.8"
recipes/settings.gradle.kts
@@ -21,6 +21,10 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
21
dependencyResolutionManagement {
22
repositories {
23
mavenCentral()
24
- maven("https://oss.sonatype.org/content/repositories/snapshots")
+ maven("https://central.sonatype.com/repository/maven-snapshots") {
25
+ content {
26
+ includeGroup("com.trendyol")
27
+ }
28
29
}
30
0 commit comments