Skip to content

Commit

Permalink
Merge pull request #2025 from scalacenter/update/metaconfig-typesafe-…
Browse files Browse the repository at this point in the history
…config-0.13.0

Update metaconfig-typesafe-config to 0.13.0
  • Loading branch information
bjaglin authored Aug 1, 2024
2 parents c57e69b + ac740b4 commit 5a02480
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
val googleDiffV = "1.3.0"
val java8CompatV = "1.0.2"
val jgitV = "5.13.3.202401111512-r"
val metaconfigV = "0.12.0"
val metaconfigV = "0.13.0"
val nailgunV = "0.9.1"
val scalaXmlV = "2.2.0"
val scalametaV = "4.9.3"
Expand All @@ -43,9 +43,9 @@ object Dependencies {
val googleDiff = "com.googlecode.java-diff-utils" % "diffutils" % googleDiffV
val java8Compat = "org.scala-lang.modules" %% "scala-java8-compat" % java8CompatV
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % jgitV
val metaconfig = "com.geirsson" %% "metaconfig-typesafe-config" % metaconfigV
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
8 changes: 7 additions & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,13 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
"com.lihaoyi" %% "pprint",
// https://github.com/scalacenter/scalafix/pull/1819#issuecomment-1636118496
"org.scalameta" %% "fastparse-v2",
"com.lihaoyi" %% "geny"
"com.lihaoyi" %% "geny",
// https://github.com/scalacenter/scalafix/pull/2025#issuecomment-2264188708
"com.geirsson" %% "metaconfig-core",
"com.geirsson" %% "metaconfig-pprint",
"com.geirsson" %% "metaconfig-typesafe-config",
"com.lihaoyi" %% "fansi",
"com.lihaoyi" %% "sourcecode"
),
versionPolicyIgnoredInternalDependencyVersions :=
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
Expand Down

0 comments on commit 5a02480

Please sign in to comment.