Skip to content

Commit

Permalink
depend on released core artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Aug 19, 2021
1 parent 49c601b commit 5d7bfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ shadowJar {
}

dependencies {
def core = project(':core')
def core = 'io.github.jbock-java:jbock:5.10'
implementation('com.squareup:javapoet:1.13.0')
implementation('com.google.auto:auto-common:1.0')
implementation('com.google.guava:guava:30.1.1-jre')
Expand Down

0 comments on commit 5d7bfd7

Please sign in to comment.