Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgriebling committed Aug 28, 2024
1 parent d563f44 commit 8dd87a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file not shown.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ Its functionality falls in the following categories:
latter having a `signaling` option.

## Dependencies
BigDecimal requires Swift from macOS 13.3+, iOS 16.4+, macCatalyst 16.4+,
tvOS 16.4+, or watchOS 9.4+. It also requires that the `Int` type be a 64-bit
BigDecimal requires Swift from macOS 15.0+, iOS 18.0+, macCatalyst 15.0+,
tvOS 18.o+, or watchOS 11.0+. It also requires that the `Int` type be a 64-bit
type.

The BigDecimal package depends on the BigInt and UInt128 packages.
The BigDecimal package depends on the BigInt package and now uses the built-in
UInt128 which is now part of the new OS releases.

```
dependencies: [
.package(url: "https://github.com/mgriebling/BigInt.git", from: "2.0.0"),
.package(url: "https://github.com/mgriebling/UInt128.git", from: "3.0.0")
.package(url: "https://github.com/mgriebling/BigInt.git", from: "2.0.0")
]
```

Expand Down

0 comments on commit 8dd87a2

Please sign in to comment.