Revert "Revert "fix(deps): use Swipe snapshots""

Maybe fixed by new Compose BOM?

This reverts commit 3cf6b22d95.
This commit is contained in:
Harsh Shandilya 2023-10-03 22:41:36 +05:30
parent 655745e049
commit 1bfa1f3981
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -149,7 +149,10 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
name = "Sonatype Snapshots"
content { includeGroup("dev.msfjarvis.whetstone") }
content {
includeGroup("dev.msfjarvis.whetstone")
includeGroup("me.saket.swipe")
}
}
}
}