We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8426b53 commit cbcb40cCopy full SHA for cbcb40c
README.md
@@ -21,7 +21,7 @@ apollo {
21
service("service") {
22
packageName.set("com.example")
23
24
- plugin("com.apollographql.ffs:apollo-kotlin-ffs:0.0.1")
+ plugin("com.apollographql.ffs:apollo-kotlin-ffs:0.0.0")
25
}
26
27
```
librarian.root.properties
@@ -4,7 +4,7 @@ kotlin.compatibility=2.0.0
4
kdoc.olderVersions=
5
6
pom.groupId=com.apollographql.ffs
7
-pom.version=0.0.2-SNAPSHOT
+pom.version=0.0.1-SNAPSHOT
8
pom.description=Federation Foreign Schemas for Apollo Kotlin
9
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-ffs
10
pom.developer=apollo-kotlin-ffs authors
scripts/update-repo.main.kts
0 commit comments