mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Re-enable Nexus proxy tests, launch the mirrors from the tests
This commit is contained in:
@@ -16,6 +16,7 @@ object Deps {
|
||||
def jackson = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4"
|
||||
def scalatest = "org.scalatest" %% "scalatest" % "3.0.0"
|
||||
def junit = "junit" % "junit" % "4.12"
|
||||
def dockerClient = "com.spotify" % "docker-client" % "8.11.1"
|
||||
|
||||
def sbtPgp = Def.setting {
|
||||
val sbtv = CrossVersion.binarySbtVersion(sbtVersion.in(pluginCrossBuild).value)
|
||||
|
||||
Reference in New Issue
Block a user