Skip to content

Commit fb8229c

Browse files
authored
Fix vars in README and use statement (#192)
Mistakes from #177 and #190. Part of #184.
1 parent 3bb209c commit fb8229c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-notebooks/MostFrequentBuilds.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"outputs": [],
6464
"source": [
6565
"%useLatestDescriptors\n",
66-
"%use develocitytlin(version=2023.4.0)\n",
66+
"%use develocity-api-kotlin(version=2023.4.0)\n",
6767
"%use coroutines(v=1.7.1)\n",
6868
"\n",
6969
"val api = DevelocityApi.newInstance()"

0 commit comments

Comments
 (0)