Skip to content

Commit

Permalink
SONARCS-589 Update to .NET Tests Library 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolkensteyn committed Mar 20, 2016
1 parent 9e3c3b7 commit aa903d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CALLSTACK:$(Get-PSCallStack | Out-String)
}
}

Build "SonarSource/sonar-dotnet-tests-library" "1.3"
Build "SonarSource/sonar-dotnet-tests-library" "1.3.1"

switch ($env:TEST)
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet-tests-library</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit aa903d4

Please sign in to comment.