@@ -132,7 +132,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
132
132
" io.circe" %%% " circe-core" % Versions .Circe ,
133
133
" io.circe" %%% " circe-generic" % Versions .Circe ,
134
134
" io.circe" %%% " circe-parser" % Versions .Circe ,
135
- " io.circe" %%% " circe-refined" % Versions .Circe ,
135
+ " io.circe" %%% " circe-refined" % Versions .CirceRefined ,
136
136
" org.typelevel" %%% " cats-core" % Versions .Cats ,
137
137
" org.typelevel" %%% " cats-kernel" % Versions .Cats
138
138
)
@@ -196,7 +196,7 @@ lazy val client = crossProject(JSPlatform, JVMPlatform)
196
196
libraryDependencies ++= Seq (
197
197
" io.circe" %%% " circe-core" % Versions .Circe ,
198
198
" io.circe" %%% " circe-generic" % Versions .Circe ,
199
- " io.circe" %%% " circe-refined" % Versions .Circe ,
199
+ " io.circe" %%% " circe-refined" % Versions .CirceRefined ,
200
200
" com.chuusai" %%% " shapeless" % Versions .Shapeless ,
201
201
" eu.timepit" %%% " refined" % Versions .Refined ,
202
202
" org.typelevel" %%% " cats-core" % Versions .Cats ,
0 commit comments