Skip to content

Commit

Permalink
Use "circe-refined" as artifact name
Browse files Browse the repository at this point in the history
The 0.15.0 release got released using the artifact name `refned`.
This switched back to old name `circe-refined`.

See:
https://search.maven.org/artifact/io.circe/refned_3
  • Loading branch information
mzuehlke authored Sep 7, 2024
1 parent 2e31753 commit 03b96df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val root =
lazy val refined = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("refined"))
.settings(
moduleName := "refned",
moduleName := "circe-refined",
libraryDependencies ++= Seq(
"io.circe" %%% s"circe-core" % circeVersion,
"io.circe" %%% s"circe-testing" % circeVersion % Test,
Expand Down

0 comments on commit 03b96df

Please sign in to comment.