Skip to content

Commit 32ed2f7

Browse files
committed
build jitpack on jdk11
1 parent 21938a5 commit 32ed2f7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repositories {
8484
}
8585

8686
dependencies {
87-
implementation("com.github.breandan:kotlingrad:0.4.4")
87+
implementation("com.github.breandan:kotlingrad:0.4.5")
8888
}
8989
```
9090

@@ -102,7 +102,7 @@ dependencies {
102102
<dependency>
103103
<groupId>com.github.breandan</groupId>
104104
<artifactId>kotlingrad</artifactId>
105-
<version>0.4.4</version>
105+
<version>0.4.5</version>
106106
</dependency>
107107
</project>
108108
```
@@ -113,7 +113,7 @@ To access Kotlin∇'s notebook support, use the following line magic:
113113

114114
```
115115
@file:Repository("https://jitpack.io")
116-
@file:DependsOn("com.github.breandan:kotlingrad:0.4.4")
116+
@file:DependsOn("com.github.breandan:kotlingrad:0.4.5")
117117
```
118118

119119
For more information, explore the [tutorial](samples/notebooks/hello_kotlingrad.ipynb).
@@ -920,7 +920,7 @@ If you would like to cite Kotlin∇, please use the following `bibtex` entry:
920920
author = {Considine, Breandan and Famelis, Michalis and Paull, Liam},
921921
title = {Kotlin$\nabla$: A Shape-Safe e{DSL} for Differentiable Programming},
922922
url = {https://github.com/breandan/kotlingrad},
923-
version = {0.4.4},
923+
version = {0.4.5},
924924
year = {2019},
925925
}
926926
```

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
}
2323

2424
group = "com.github.breandan"
25-
version = "0.4.4"
25+
version = "0.4.5"
2626

2727
apply(plugin = "org.jetbrains.kotlin.jvm")
2828

kaliningraph

samples/notebooks/hello_kotlingrad.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outputs": [],
88
"source": [
99
"@file:Repository(\"https://jitpack.io\")\n",
10-
"@file:DependsOn(\"com.github.breandan:kotlingrad:0.4.4\")"
10+
"@file:DependsOn(\"com.github.breandan:kotlingrad:0.4.5\")"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)