Skip to content

Commit

Permalink
chore: Update also metaconfig-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 1, 2024
1 parent 99074c6 commit 6f20c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % jgitV
val metaconfig = "org.scalameta" %% "metaconfig-typesafe-config" % metaconfigV
val pprint = "com.lihaoyi" %% "pprint" % pprintV
val metaconfigDoc = "com.geirsson" %% "metaconfig-docs" % metaconfigV
val metaconfigDoc = "org.scalameta" %% "metaconfig-docs" % metaconfigV
val metacp = "org.scalameta" %% "metacp" % scalametaV
val nailgunServer = "com.martiansoftware" % "nailgun-server" % nailgunV
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % scalaXmlV
Expand Down

0 comments on commit 6f20c9c

Please sign in to comment.