Skip to content

Commit

Permalink
v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Dec 13, 2024
1 parent 9f2643e commit 36070ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See [here](https://github.com/holgerbrandl/kalasim/blob/master/simulations/noteb
Add the following artifact to your `gradle.build`

```
compile "com.github.holgerbrandl:kravis:0.8.5"
compile "com.github.holgerbrandl:kravis:1.0.3"
```

You can also use [JitPack with Maven or Gradle](https://jitpack.io/#holgerbrandl/kravis/-SNAPSHOT) to build the latest snapshot as a dependency in your project.
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {


group = "com.github.holgerbrandl"
version = "1.0.2"
version = "1.0.3"


repositories {
Expand All @@ -21,8 +21,8 @@ repositories {
dependencies {
// compileOnly("org.jetbrains.kotlin:kotlin-reflect:2.0.21")

api("org.jetbrains.kotlinx:dataframe-core:0.14.2")
api("com.github.holgerbrandl:kdfutils:1.4.3")
api("org.jetbrains.kotlinx:dataframe-core:0.15.0")
api("com.github.holgerbrandl:kdfutils:1.5.0")
api("org.apache.commons:commons-math3:3.6.1")

implementation("org.rosuda.REngine:REngine:2.1.0")
Expand Down

0 comments on commit 36070ff

Please sign in to comment.