mirror of https://github.com/sbt/sbt.git
Fix content log not showing up on `test`
Fixes #3198 Bump util to 1.0.0-M24. This fixes content log not showing up on `test`
This commit is contained in:
parent
b5cc77ef75
commit
b013c30c30
|
|
@ -12,7 +12,7 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.0.0-M11"
|
||||
private val utilVersion = "1.0.0-M23"
|
||||
private val utilVersion = "1.0.0-M24"
|
||||
private val lmVersion = "1.0.0-X11"
|
||||
private val zincVersion = "1.0.0-X14"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue