Skip to content

Commit c6db7c5

Browse files
committed
Upgrade to AutoFactory 1.0-beta5
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174374366
1 parent 19cc9f4 commit c6db7c5

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

WORKSPACE

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,8 @@ maven_jar(
7979

8080
maven_jar(
8181
name = "com_google_auto_factory_auto_factory",
82-
artifact = "com.google.auto.factory:auto-factory:1.0-beta3",
83-
sha1 = "99b2ffe0e41abbd4cc42bf3836276e7174c4929d",
84-
)
85-
86-
maven_jar(
87-
name = "com_squareup_javawriter",
88-
artifact = "com.squareup:javawriter:2.5.1",
89-
sha1 = "54c87b3d91238e5b58e1a436d4916eee680ec959",
82+
artifact = "com.google.auto.factory:auto-factory:1.0-beta5",
83+
sha1 = "78b93b2334d0e2fb0d65c00127d4dcce261a83fc",
9084
)
9185

9286
maven_jar(

third_party/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ java_plugin(
126126
deps = [
127127
":auto_common",
128128
":auto_service",
129+
":javapoet",
129130
"//third_party:guava",
130131
"@com_google_auto_factory_auto_factory//jar",
131-
"@com_squareup_javawriter//jar",
132132
],
133133
)
134134

0 commit comments

Comments
 (0)