Skip to content

Commit 41ab104

Browse files
committed
Fix #396
1 parent ee1cd58 commit 41ab104

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kaliningraph.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"link": "https://github.com/breandan/kaliningraph",
33
"description": "Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms",
4+
"properties": [
5+
{ "name": "v", "value": "0.1.4" },
6+
{ "name": "v-renovate-hint", "value": "update: package=com.github.breandan:kaliningraph" }
7+
],
48
"dependencies": [
5-
"com.github.breandan:kaliningraph:0.1.4"
9+
"com.github.breandan:kaliningraph:$v"
610
],
711
"imports": [
812
"edu.mcgill.kaliningraph.*",

0 commit comments

Comments
 (0)