Skip to content

Commit c7e3519

Browse files
scalameta-bottgodzik
authored andcommitted
Update metaconfig-typesafe-config to 0.13.0
1 parent 4fa3cd9 commit c7e3519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ val V = new {
128128

129129
val fs2 = "3.10.2"
130130

131-
val metaconfig = "0.12.0"
131+
val metaconfig = "0.13.0"
132132
}
133133

134134
lazy val interfaces = project
@@ -194,7 +194,7 @@ lazy val cli = project
194194
"io.get-coursier" % "interface" % V.coursier,
195195
"com.vladsch.flexmark" % "flexmark-all" % "0.64.8",
196196
"com.lihaoyi" %% "pprint" % V.pprint,
197-
"com.geirsson" %% "metaconfig-typesafe-config" % V.metaconfig
197+
"org.scalameta" %% "metaconfig-typesafe-config" % V.metaconfig
198198
),
199199
libraryDependencies ++= crossSetting(
200200
scalaVersion.value,
@@ -247,7 +247,7 @@ lazy val mdoc = project
247247
"io.undertow" % "undertow-core" % "2.2.24.Final",
248248
"org.jboss.xnio" % "xnio-nio" % "3.8.16.Final",
249249
"org.slf4j" % "slf4j-api" % "2.0.16",
250-
"com.geirsson" %% "metaconfig-typesafe-config" % V.metaconfig,
250+
"org.scalameta" %% "metaconfig-typesafe-config" % V.metaconfig,
251251
"com.lihaoyi" %% "fansi" % V.fansi,
252252
"com.lihaoyi" %% "pprint" % V.pprint
253253
)

0 commit comments

Comments
 (0)