diff --git a/project/deps.sc b/project/deps.sc index 6edc3e2e0..170d9afb6 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -45,7 +45,7 @@ object Deps { def caseAppAnnotations = ivy"com.github.alexarchambault::case-app-annotations:${Versions.caseApp}" def caseApp = ivy"com.github.alexarchambault::case-app:${Versions.caseApp}" def classPathUtil = ivy"io.get-coursier::class-path-util:0.1.4" - def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.11.0" + def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.12.0" def coursier = ivy"io.get-coursier::coursier:${Versions.coursier}" def coursierApi = ivy"io.get-coursier:interface:1.0.19" def coursierLauncher = ivy"io.get-coursier:coursier-launcher_2.13:${Versions.coursier}"