Skip to content

Commit

Permalink
Update primitives with correct licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Oct 30, 2024
1 parent 83a4a70 commit db9cf51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ slf4j = "2.0.9"
wire = "4.9.3"
fastutil = "8.5.14"

primitives = "2.0.0-1"

# JS Dependencies
loglevel = "1.8.1"
tfjs = "4.14.0"

[plugins]
kinference-primitives = { id = "io.kinference.primitives", version.ref = "kotlin" }
kinference-primitives = { id = "io.kinference.primitives", version.ref = "primitives" }
kotlin-atomicfu = { id = "org.jetbrains.kotlin.plugin.atomicfu", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform" }

[libraries]
apache-commons-math4-core = { module = "org.apache.commons:commons-math4-core", version.ref = "apache-commons" }
aws-s3 = { module = "com.amazonaws:aws-java-sdk-s3", version.ref = "aws" }
kinference-primitives-annotations = { module = "io.kinference.primitives:primitives-annotations", version.ref = "kotlin" }
kinference-primitives-annotations = { module = "io.kinference.primitives:primitives-annotations", version.ref = "primitives" }
kmath-core = { module = "space.kscience:kmath-core", version.ref = "kmath" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "kotlin-atomicfu" }
Expand Down

0 comments on commit db9cf51

Please sign in to comment.