Skip to content

Commit

Permalink
Merge pull request #118 from zylonity/main
Browse files Browse the repository at this point in the history
Fixed broken dependencies class
  • Loading branch information
Zechiax authored Apr 21, 2024
2 parents 134e627 + 15f6eb0 commit 91ce894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modrinth.Net/Endpoints/Project/Dependencies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ public class Dependencies
/// <summary>
/// The versions of the projects that the project depends on
/// </summary>
public System.Version[] Versions { get; set; } = null!;
public Models.Version[] Versions { get; set; } = null!;
}

0 comments on commit 91ce894

Please sign in to comment.