Skip to content

Commit aa903d4

Browse files
committed
SONARCS-589 Update to .NET Tests Library 1.3.1
1 parent 9e3c3b7 commit aa903d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CALLSTACK:$(Get-PSCallStack | Out-String)
113113
}
114114
}
115115

116-
Build "SonarSource/sonar-dotnet-tests-library" "1.3"
116+
Build "SonarSource/sonar-dotnet-tests-library" "1.3.1"
117117

118118
switch ($env:TEST)
119119
{

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.sonarsource.dotnet</groupId>
6565
<artifactId>sonar-dotnet-tests-library</artifactId>
66-
<version>1.3</version>
66+
<version>1.3.1</version>
6767
</dependency>
6868

6969
<dependency>

0 commit comments

Comments
 (0)