Merge pull request #3550 from eed3si9n/wip/lm_bump

bump lm to 1.0.2
This commit is contained in:
eugene yokota 2017-09-16 02:33:12 -04:00 committed by GitHub
commit c514acc651
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ object Dependencies {
// sbt modules
private val ioVersion = "1.0.1"
private val utilVersion = "1.0.1"
private val lmVersion = "1.0.1"
private val lmVersion = "1.0.2"
private val zincVersion = "1.0.1"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion