Skip to content

Commit

Permalink
Update to Selenium 3.3.0 and remove constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 11, 2017
1 parent 6a4c5f2 commit 2d20695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nuget/canopy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>@tags@</tags>
<dependencies>
<dependency id="FSharp.Core" version="3.0.2" />
<dependency id="Selenium.WebDriver" version="[3.0.0]" />
<dependency id="Selenium.WebDriver" version="3.3.0" />
</dependencies>
</metadata>
</package>
7 changes: 3 additions & 4 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
NUGET
remote: https://www.nuget.org/api/v2
specs:
FAKE (4.29.2)
FAKE (4.52)
FSharp.Compiler.Service (2.0.0.6)
FSharp.Core (3.0.2)
FSharp.Formatting (2.14.4)
FSharp.Compiler.Service (2.0.0.6)
FSharpVSPowerTools.Core (>= 2.3 < 2.4)
FSharpVSPowerTools.Core (2.3)
FSharp.Compiler.Service (>= 2.0.0.3)
NuGet.CommandLine (3.4.3)
Selenium.WebDriver (3.0.0)
NuGet.CommandLine (3.5)
Selenium.WebDriver (3.3)

0 comments on commit 2d20695

Please sign in to comment.