Skip to content

Commit

Permalink
Update to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Mar 8, 2024
1 parent b34f8dd commit 3249543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Give this repository a star ⭐ if it helped you build a trading algorithm in Ja
If you are using Gradle as your build tool, add the following dependency to your `build.gradle` file:

```
implementation group: "net.jacobpeterson.alpaca", name: "alpaca-java", version: "9.2.0"
implementation group: "net.jacobpeterson.alpaca", name: "alpaca-java", version: "10.0.0"
```

If you are using Maven as your build tool, add the following dependency to your `pom.xml` file:
Expand All @@ -24,7 +24,7 @@ If you are using Maven as your build tool, add the following dependency to your
<dependency>
<groupId>net.jacobpeterson.alpaca</groupId>
<artifactId>alpaca-java</artifactId>
<version>9.2.0</version>
<version>10.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

final def projectGroup = "net.jacobpeterson.alpaca"
final def projectArtifactID = "alpaca-java"
final def projectVersion = "9.2.0-SNAPSHOT"
final def projectVersion = "10.0.0-SNAPSHOT"

group = projectGroup
version = projectVersion
Expand Down

0 comments on commit 3249543

Please sign in to comment.