bump IO and Util

This commit is contained in:
Eugene Yokota 2019-03-22 13:53:17 -04:00
parent 7f19274304
commit 83a28b0b3d
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ import Keys._
import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala212 = "2.12.7"
val scala212 = "2.12.8"
private val ioVersion = "1.3.0-M4"
private val utilVersion = "1.3.0-M2"
private val ioVersion = "1.3.0-M7"
private val utilVersion = "1.3.0-M5"
private val coursierVersion = "1.1.0-M7"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion