Merge pull request #4502 from eed3si9n/wip/bumplm

lm 1.2.4
This commit is contained in:
eugene yokota 2018-12-29 00:09:37 -05:00 committed by GitHub
commit 9fa25de84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ object Dependencies {
// sbt modules
private val ioVersion = "1.2.2"
private val utilVersion = "1.2.4"
private val lmVersion = "1.2.3"
private val lmVersion = "1.2.4"
private val zincVersion = "1.2.5"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion