Skip to content

Commit

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

Update scala-collection-compat to 2.8.1
  • Loading branch information
JD557 authored Aug 15, 2022
2 parents 1767f52 + 5399bf9 commit a1f6d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports"

val sharedSettings = Seq(
libraryDependencies ++=
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.0")
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1")
)

val testSettings = Seq(
Expand All @@ -50,7 +50,7 @@ val publishSettings = Seq(

val jsSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1",
"org.scala-js" %%% "scalajs-dom" % "2.2.0"
)
)
Expand Down

0 comments on commit a1f6d20

Please sign in to comment.