Skip to content

Commit

Permalink
Merge pull request #495 from scala-steward/update/scala-collection-co…
Browse files Browse the repository at this point in the history
…mpat-2.4.1

Update scala-collection-compat to 2.4.1
  • Loading branch information
Boris authored Feb 1, 2021
2 parents 8473625 + da10ffb commit e94d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ val tethys = List("core", "jackson").map(module => "com.tethys-json" %% s"tethys

val reflect = libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value
val compiler = libraryDependencies += scalaOrganization.value % "scala-compiler" % scalaVersion.value
val collectionCompat = libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.0"
val collectionCompat = libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"

val enumeratumCirce = "com.beachape" %% "enumeratum-circe" % Version.enumeratumCirce

Expand Down

0 comments on commit e94d35e

Please sign in to comment.