We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4c686 commit f68b644Copy full SHA for f68b644
adventOfCode.json
@@ -0,0 +1,14 @@
1
+{
2
+ "description": "Interactive Advent of Code framework for Kotlin Notebook",
3
+ "properties": [
4
+ { "name": "v", "value": "1.1.0" },
5
+ { "name": "v-renovate-hint", "value": "update: package=com.toldoven.aoc:aoc-kotlin-notebook" }
6
+ ],
7
+ "link": "https://github.com/Toldoven/aoc-kotlin-notebook",
8
+ "dependencies": [
9
+ "com.toldoven.aoc:aoc-kotlin-notebook:$v"
10
11
+ "imports": [
12
+ "com.toldoven.aoc.notebook.*"
13
+ ]
14
+}
0 commit comments