sbt / util

util modules for sbt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

util-logging broken in devel on 2.10

cunei opened this issue · comments

A recent commit added "silencer-plugin" and "silencer-lib" to sbt/util, but the libraries have never been released on 2.10: https://mvnrepository.com/artifact/com.github.ghik/silencer-lib
The subproject "util-logging" includes silencer, and is cross compiled against 2.10:

util/build.sbt

Lines 101 to 105 in cf04676

crossScalaVersions := Seq(scala210, scala211, scala212),
name := "Util Logging",
libraryDependencies ++=
Seq(jline, log4jApi, log4jCore, disruptor, sjsonnewScalaJson.value, scalaReflect.value,
compilerPlugin(silencerPlugin), silencerLib),

sbt:Util Logging> +compile
[...]
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	::          UNRESOLVED DEPENDENCIES         ::
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	:: com.github.ghik#silencer-lib_2.10;1.2: not found
[warn] 	:: com.github.ghik#silencer-plugin_2.10;1.2: not found
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::