File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Install [Kotlin Notebook Plugin](https://www.jetbrains.com/help/idea/kotlin-note
2626Just type this inside of the Kotlin Notebook:
2727
2828``` kotlin
29- @file:DependsOn(" com.toldoven.aoc:aoc-kotlin-notebook:1.1.1 " )
29+ @file:DependsOn(" com.toldoven.aoc:aoc-kotlin-notebook:1.1.2 " )
3030```
3131
3232Or with Gradle inside of ` build.gradle.kts ` if you don't want to add it manually every time you create a new notebook:
3333
3434``` kotlin
3535dependencies {
36- implementation(" com.toldoven.aoc:aoc-kotlin-notebook:1.1.1 " )
36+ implementation(" com.toldoven.aoc:aoc-kotlin-notebook:1.1.2 " )
3737}
3838```
3939
Original file line number Diff line number Diff line change 11{
22 "description" : " Interactive Advent of Code framework for Kotlin Notebook" ,
33 "properties" : [
4- { "name" : " v" , "value" : " 1.1.1 " },
4+ { "name" : " v" , "value" : " 1.1.2 " },
55 { "name" : " v-renovate-hint" , "value" : " update: package=com.toldoven.aoc:aoc-kotlin-notebook" }
66 ],
77 "link" : " https://github.com/Toldoven/aoc-kotlin-notebook" ,
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33group =com.toldoven.aoc
4- version =1.1.1
4+ version =1.1.2
55artifactId =aoc-kotlin-notebook
You can’t perform that action at this time.
0 commit comments