File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ object DebugBuild : BuildType({
9494 }
9595
9696 dependencies {
97- dependency(AbsoluteId ("PostSharpGitHub_PostSharp20250_BuildDistribution ")) {
97+ dependency(AbsoluteId ("PostSharpGitHub_PostSharp20251_BuildDistribution ")) {
9898 snapshot {
9999 onDependencyFailure = FailureAction .FAIL_TO_START
100100 }
@@ -179,7 +179,7 @@ object ReleaseBuild : BuildType({
179179 }
180180
181181 dependencies {
182- dependency(AbsoluteId ("PostSharpGitHub_PostSharp20250_BuildDistribution ")) {
182+ dependency(AbsoluteId ("PostSharpGitHub_PostSharp20251_BuildDistribution ")) {
183183 snapshot {
184184 onDependencyFailure = FailureAction .FAIL_TO_START
185185 }
@@ -264,7 +264,7 @@ object PublicBuild : BuildType({
264264 }
265265
266266 dependencies {
267- dependency(AbsoluteId ("PostSharpGitHub_PostSharp20250_BuildDistribution ")) {
267+ dependency(AbsoluteId ("PostSharpGitHub_PostSharp20251_BuildDistribution ")) {
268268 snapshot {
269269 onDependencyFailure = FailureAction .FAIL_TO_START
270270 }
@@ -335,7 +335,7 @@ object PublicDeployment : BuildType({
335335 }
336336
337337 dependencies {
338- dependency(AbsoluteId ("PostSharpGitHub_PostSharp20250_BuildDistribution ")) {
338+ dependency(AbsoluteId ("PostSharpGitHub_PostSharp20251_BuildDistribution ")) {
339339 snapshot {
340340 onDependencyFailure = FailureAction .FAIL_TO_START
341341 }
You can’t perform that action at this time.
0 commit comments