Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ning into develop
  • Loading branch information
Wei-1 committed Aug 24, 2020
2 parents 45457ae + 1ffb6fe commit b4f8ec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Branch | Status | CodeCov
-|-|-
[master](https://github.com/wei-1/scala-machine-learning/tree/master) | [![Build Status](https://travis-ci.org/Wei-1/Scala-Machine-Learning-from-Scratch.svg?branch=master)](https://travis-ci.org/Wei-1/Scala-Machine-Learning-from-Scratch) | [![codecov](https://codecov.io/gh/Wei-1/Scala-Machine-Learning-from-Scratch/branch/master/graph/badge.svg)](https://codecov.io/gh/Wei-1/Scala-Machine-Learning-from-Scratch)
[develop](https://github.com/wei-1/scala-machine-learning-from-scratch/tree/develop) | [![Build Status](https://travis-ci.org/Wei-1/Scala-Machine-Learning-from-Scratch.svg?branch=develop)](https://travis-ci.org/Wei-1/Scala-Machine-Learning-from-Scratch) | [![codecov](https://codecov.io/gh/Wei-1/Scala-Machine-Learning-from-Scratch/branch/develop/graph/badge.svg)](https://codecov.io/gh/Wei-1/Scala-Machine-Learning-from-Scratch)
[master](https://github.com/wei-1/scala-machine-learning/tree/master) | [![Build Status](https://travis-ci.org/Wei-1/Scala-Machine-Learning.svg?branch=master)](https://travis-ci.org/Wei-1/Scala-Machine-Learning) | [![codecov](https://codecov.io/gh/Wei-1/Scala-Machine-Learning/branch/master/graph/badge.svg)](https://codecov.io/gh/Wei-1/Scala-Machine-Learning)
[develop](https://github.com/wei-1/scala-machine-learning/tree/develop) | [![Build Status](https://travis-ci.org/Wei-1/Scala-Machine-Learning.svg?branch=develop)](https://travis-ci.org/Wei-1/Scala-Machine-Learning) | [![codecov](https://codecov.io/gh/Wei-1/Scala-Machine-Learning/branch/develop/graph/badge.svg)](https://codecov.io/gh/Wei-1/Scala-Machine-Learning)


## Light Weight Scala Machine Learning Library
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version := "0.5"

scalaVersion := "2.12.6"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.1" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test"

assemblyJarName in assembly := name.value + ".jar"
2 changes: 1 addition & 1 deletion project/assembly.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")

0 comments on commit b4f8ec3

Please sign in to comment.