Skip to content

Commit

Permalink
Merge pull request #17 from mzumi/version_up_v15
Browse files Browse the repository at this point in the history
Update Facebook API to v15
  • Loading branch information
d-hrs authored Dec 9, 2022
2 parents 11dc0bd + 08bb552 commit 63b601c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ configurations {
provided
}

version = "0.1.15"
version = "0.1.16"

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
compile "org.embulk:embulk-core:0.9.17"
provided "org.embulk:embulk-core:0.9.17"
compile group: "com.facebook.business.sdk", name: "facebook-java-business-sdk", version: "14.0.0"
compile group: "com.facebook.business.sdk", name: "facebook-java-business-sdk", version: "15.0.0"
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
testCompile "junit:junit:4.+"
}
Expand Down

0 comments on commit 63b601c

Please sign in to comment.