File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ navigation = "2.8.8"
1818browser = " 1.8.0"
1919emergePlugin = " 4.2.0"
2020emergeSnapshots = " 1.3.3"
21- emergeReaper = " 1.0.0 "
22- emergeDistribution = " 0.0.4 "
21+ emergeReaper = " 1.0.1-SNAPSHOT "
22+ emergeDistribution = " 0.0.5-SNAPSHOT "
2323sentry = " 5.3.0"
2424shapes = " 1.0.1"
2525datastore = " 1.1.3"
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ dependencyResolutionManagement {
2828 repositories {
2929 google()
3030 mavenCentral()
31+
32+ // We want to be able to use snapshots for the Emergetools SDK:
33+ maven {
34+ url = uri(" https://s01.oss.sonatype.org/content/repositories/snapshots" )
35+ mavenContent {
36+ includeGroupByRegex(" com.emergetools.*" )
37+ snapshotsOnly()
38+ }
39+ }
3140 }
3241}
3342
You can’t perform that action at this time.
0 commit comments