Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nityanandaz committed Mar 25, 2024
1 parent 3602fc9 commit 969303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In Project Settings, on the tab "Package Dependencies", click "+" and add <https
1. Add a dependency in Package.swift:
```swift
dependencies: [
.package(url: "https://github.com/ls1intum/artemis-ios-core-modules", .upToNextMajor(from: "9.1.0")),
.package(url: "https://github.com/ls1intum/artemis-ios-core-modules", .upToNextMajor(from: "10.0.0")),
]
```

Expand Down

0 comments on commit 969303b

Please sign in to comment.