This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >google-cloud-optimization</artifactId >
22- <version >0.1.2 </version >
22+ <version >1.0.0 </version >
2323</dependency >
2424```
2525
2626If you are using Gradle without BOM, add this to your dependencies
2727
2828``` Groovy
29- implementation 'com.google.cloud:google-cloud-optimization:0.1.2 '
29+ implementation 'com.google.cloud:google-cloud-optimization:1.0.0 '
3030```
3131
3232If you are using SBT, add this to your dependencies
3333
3434``` Scala
35- libraryDependencies += " com.google.cloud" % " google-cloud-optimization" % " 0.1.2 "
35+ libraryDependencies += " com.google.cloud" % " google-cloud-optimization" % " 1.0.0 "
3636```
3737
3838## Authentication
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-storage</artifactId >
38- <version >2.6.1 </version >
38+ <version >2.7.0 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-storage</artifactId >
38- <version >2.6.1 </version >
38+ <version >2.7.0 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments