Skip to content

Commit

Permalink
update ci script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 11, 2024
1 parent 160c4be commit 3cd77f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion StagingArea/test/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tags:
- Name: validation
- Name: my-package
- Name: thing
ReleaseNotes: "Use ARCExpect v3"
ReleaseNotes: Use ARCExpect v3
CQCHookEndpoint: https://avpr.nfdi4plants.org
---
*)"""
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-preview-index.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: AVPRIndex, 0.1.0"
#r "nuget: AVPRIndex, 0.1.1"

open AVPRIndex
open System.IO
Expand Down
4 changes: 2 additions & 2 deletions scripts/pre-publish-checks.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#r "nuget: dotenv.net, 3.1.3"
#r "nuget: AVPRIndex, 0.1.0"
#r "nuget: AVPRClient, 0.0.4"
#r "nuget: AVPRIndex, 0.1.1"
#r "nuget: AVPRClient, 0.0.5"
#r "nuget: FsHttp, 14.5.0"

open AVPRIndex
Expand Down
4 changes: 2 additions & 2 deletions scripts/publish-pending-packages.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#r "nuget: dotenv.net, 3.1.3"
#r "nuget: AVPRIndex, 0.1.0"
#r "nuget: AVPRClient, 0.0.4"
#r "nuget: AVPRIndex, 0.1.1"
#r "nuget: AVPRClient, 0.0.5"

open AVPRIndex
open type AVPRClient.Extensions
Expand Down

0 comments on commit 3cd77f3

Please sign in to comment.