Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad-deo committed Mar 6, 2019
1 parent 6cc3ebf commit 47f64f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,6 +20,6 @@ Mathbridge adds a thin wrapper over open source mathematical libraries, that aim
Add the following line to your `build.sbt` file:

```scala
libraryDependencies += "com.simianquant" %% "mathbridge" % "0.2.2" // scala-jvm
libraryDependencies += "com.simianquant" %%% "mathbridge" % "0.2.2" // scala-js/cross
libraryDependencies += "com.simianquant" %% "mathbridge" % "0.2.3" // scala-jvm
libraryDependencies += "com.simianquant" %%% "mathbridge" % "0.2.3" // scala-js/cross
```
2 changes: 1 addition & 1 deletion project/Settings.scala
@@ -1,7 +1,7 @@
object Settings {
object versions {
val commonsMath: String = "3.6.1"
val project: String = "0.2.3-SNAPSHOT"
val project: String = "0.2.3"
val scala: String = "2.12.8"
val scalatest: String = "3.0.5"
val scalacheck: String = "1.14.0"
Expand Down

0 comments on commit 47f64f0

Please sign in to comment.