Skip to content

Commit

Permalink
Update mdoc-sbt/src/main/scala/mdoc/MdocPlugin.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Godzik <[email protected]>
  • Loading branch information
Quafadas and tgodzik authored Jul 16, 2024
1 parent 16e794b commit b89da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdoc-sbt/src/main/scala/mdoc/MdocPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ object MdocPlugin extends AutoPlugin {

val importMapDependency = binaryVersion match {
case "3" => "com.armanbilge" % "scalajs-importmap_2.13" % "0.1.1"
case other =>
case scalaBinaryVersion =>
"com.armanbilge" % s"scalajs-importmap_$other" % "0.1.1"
}

Expand Down

0 comments on commit b89da7f

Please sign in to comment.