Skip to content

Commit 3249543

Browse files
committed
Update to 10.0.0
1 parent b34f8dd commit 3249543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Give this repository a star ⭐ if it helped you build a trading algorithm in Ja
1515
If you are using Gradle as your build tool, add the following dependency to your `build.gradle` file:
1616

1717
```
18-
implementation group: "net.jacobpeterson.alpaca", name: "alpaca-java", version: "9.2.0"
18+
implementation group: "net.jacobpeterson.alpaca", name: "alpaca-java", version: "10.0.0"
1919
```
2020

2121
If you are using Maven as your build tool, add the following dependency to your `pom.xml` file:
@@ -24,7 +24,7 @@ If you are using Maven as your build tool, add the following dependency to your
2424
<dependency>
2525
<groupId>net.jacobpeterson.alpaca</groupId>
2626
<artifactId>alpaca-java</artifactId>
27-
<version>9.2.0</version>
27+
<version>10.0.0</version>
2828
</dependency>
2929
```
3030

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
final def projectGroup = "net.jacobpeterson.alpaca"
2424
final def projectArtifactID = "alpaca-java"
25-
final def projectVersion = "9.2.0-SNAPSHOT"
25+
final def projectVersion = "10.0.0-SNAPSHOT"
2626

2727
group = projectGroup
2828
version = projectVersion

0 commit comments

Comments
 (0)