@@ -128,7 +128,7 @@ val V = new {
128
128
129
129
val fs2 = " 3.10.2"
130
130
131
- val metaconfig = " 0.12 .0"
131
+ val metaconfig = " 0.13 .0"
132
132
}
133
133
134
134
lazy val interfaces = project
@@ -194,7 +194,7 @@ lazy val cli = project
194
194
" io.get-coursier" % " interface" % V .coursier,
195
195
" com.vladsch.flexmark" % " flexmark-all" % " 0.64.8" ,
196
196
" com.lihaoyi" %% " pprint" % V .pprint,
197
- " com.geirsson " %% " metaconfig-typesafe-config" % V .metaconfig
197
+ " org.scalameta " %% " metaconfig-typesafe-config" % V .metaconfig
198
198
),
199
199
libraryDependencies ++= crossSetting(
200
200
scalaVersion.value,
@@ -247,7 +247,7 @@ lazy val mdoc = project
247
247
" io.undertow" % " undertow-core" % " 2.2.24.Final" ,
248
248
" org.jboss.xnio" % " xnio-nio" % " 3.8.16.Final" ,
249
249
" org.slf4j" % " slf4j-api" % " 2.0.16" ,
250
- " com.geirsson " %% " metaconfig-typesafe-config" % V .metaconfig,
250
+ " org.scalameta " %% " metaconfig-typesafe-config" % V .metaconfig,
251
251
" com.lihaoyi" %% " fansi" % V .fansi,
252
252
" com.lihaoyi" %% " pprint" % V .pprint
253
253
)
0 commit comments