diff --git a/3rdparty/jvm/org/scala-sbt/BUILD b/3rdparty/jvm/org/scala-sbt/BUILD index 5212472d8d5..0ed3f4eaaba 100644 --- a/3rdparty/jvm/org/scala-sbt/BUILD +++ b/3rdparty/jvm/org/scala-sbt/BUILD @@ -4,7 +4,7 @@ jar_library( name='zinc', jars=[ - scala_jar(org='org.scala-sbt', name='zinc', rev='1.0.0-X20', + scala_jar(org='org.scala-sbt', name='zinc', rev='1.0.0-RC3', excludes=[ exclude(org='org.scala-sbt', name='io_2.11'), exclude(org='org.scala-sbt', name='util-logging_2.11'), @@ -21,7 +21,7 @@ jar_library( jars=[ # TODO: `zinc` only declares a dep on the `tests` classifier for # util-logging for some reason. We redefine the dep here to get the full package. - scala_jar(org='org.scala-sbt', name='util-logging', rev='1.0.0-M27', force=True), + scala_jar(org='org.scala-sbt', name='util-logging', rev='1.0.0-RC3', force=True), ], ) @@ -30,6 +30,6 @@ jar_library( jars=[ # TODO: `zinc` only declares a dep on the `tests` classifier for # io. We redefine the dep here to get the full package. - scala_jar(org='org.scala-sbt', name='io', rev='1.0.0-M13', force=True), + scala_jar(org='org.scala-sbt', name='io', rev='1.0.0-RC3', force=True), ], )