Merge pull request #184 from eed3si9n/wip/bump_util

Bump IO and Util
This commit is contained in:
eugene yokota 2017-11-24 17:26:27 -05:00 committed by GitHub
commit a8b53a23be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ import Keys._
import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala211 = "2.11.11"
val scala212 = "2.12.3"
val scala211 = "2.11.12"
val scala212 = "2.12.4"
private val ioVersion = "1.0.0"
private val utilVersion = "1.0.0"
private val ioVersion = "1.0.2"
private val utilVersion = "1.0.3"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion