Skip to content

Commit

Permalink
build jitpack on jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 24, 2021
1 parent 21938a5 commit 32ed2f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repositories {
}

dependencies {
implementation("com.github.breandan:kotlingrad:0.4.4")
implementation("com.github.breandan:kotlingrad:0.4.5")
}
```

Expand All @@ -102,7 +102,7 @@ dependencies {
<dependency>
<groupId>com.github.breandan</groupId>
<artifactId>kotlingrad</artifactId>
<version>0.4.4</version>
<version>0.4.5</version>
</dependency>
</project>
```
Expand All @@ -113,7 +113,7 @@ To access Kotlin∇'s notebook support, use the following line magic:

```
@file:Repository("https://jitpack.io")
@file:DependsOn("com.github.breandan:kotlingrad:0.4.4")
@file:DependsOn("com.github.breandan:kotlingrad:0.4.5")
```

For more information, explore the [tutorial](samples/notebooks/hello_kotlingrad.ipynb).
Expand Down Expand Up @@ -920,7 +920,7 @@ If you would like to cite Kotlin∇, please use the following `bibtex` entry:
author = {Considine, Breandan and Famelis, Michalis and Paull, Liam},
title = {Kotlin$\nabla$: A Shape-Safe e{DSL} for Differentiable Programming},
url = {https://github.com/breandan/kotlingrad},
version = {0.4.4},
version = {0.4.5},
year = {2019},
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
}

group = "com.github.breandan"
version = "0.4.4"
version = "0.4.5"

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

Expand Down
2 changes: 1 addition & 1 deletion kaliningraph
2 changes: 1 addition & 1 deletion samples/notebooks/hello_kotlingrad.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"@file:Repository(\"https://jitpack.io\")\n",
"@file:DependsOn(\"com.github.breandan:kotlingrad:0.4.4\")"
"@file:DependsOn(\"com.github.breandan:kotlingrad:0.4.5\")"
]
},
{
Expand Down

0 comments on commit 32ed2f7

Please sign in to comment.