diff --git a/README.md b/README.md index 2d6c554..1d47b21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ada Extension for PD Biomarker DREAM Challenge [![version](https://img.shields.io/badge/version-0.0.4-green.svg)](https://ada-discovery.org) +# Ada Extension for PD Biomarker DREAM Challenge [![version](https://img.shields.io/badge/version-0.0.5-green.svg)](https://ada-discovery.org) This is an extension of Ada Discovery Analytics for PD Biomarker DREAM Challenge concluded in October 2017. It contains mainly custom web visualizations/screens for MDS and t-SNE projections, and aggregated correlations. diff --git a/build.sbt b/build.sbt index 3d996d6..0f6c0b2 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "org.adada" name := "ada-dream-pd-challenge" -version := "0.0.4" +version := "0.0.5" description := "Ada extension for PD Biomarker DREAM Challenge containing mainly custom MDS, t-SNE, and aggregated correlation (web) visualizations/screens." @@ -17,7 +17,7 @@ routesImport ++= Seq( ) libraryDependencies ++= Seq( - "org.adada" %% "ada-web" % "0.7.3.RC.9", + "org.adada" %% "ada-web" % "0.7.3", "org.webjars" % "visjs" % "4.21.0" // interactive graph visualizations )