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"
18
18
browser = " 1.8.0"
19
19
emergePlugin = " 4.2.0"
20
20
emergeSnapshots = " 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 "
23
23
sentry = " 5.3.0"
24
24
shapes = " 1.0.1"
25
25
datastore = " 1.1.3"
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ dependencyResolutionManagement {
28
28
repositories {
29
29
google()
30
30
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
+ }
31
40
}
32
41
}
33
42
You can’t perform that action at this time.
0 commit comments