Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Update scala-collection-compat to 2.4.4 #111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object Dependencies {
val jose4j = "org.bitbucket.b_c" % "jose4j" % "0.7.8"
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15on" % "1.68"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
val collectionCombat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
val collectionCombat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"
val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
}
Expand Down