Skip to content

Commit

Permalink
update getting started app greyhound dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
natansil committed May 30, 2021
1 parent c6d2d05 commit be48875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting-started/greyhound-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ targetCompatibility = 1.8
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
testCompile("org.springframework.boot:spring-boot-starter-test")
implementation("com.wix:greyhound-java:0.1.2")
implementation("com.wix:greyhound-java:0.2.0")
}

2 changes: 1 addition & 1 deletion getting-started/greyhound-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.wix</groupId>
<artifactId>greyhound-java</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit be48875

Please sign in to comment.