Skip to content

Commit

Permalink
Merge pull request #3 from mzuehlke/patch-1
Browse files Browse the repository at this point in the history
Use "circe-refined" as artifact name
  • Loading branch information
hamnis authored Sep 10, 2024
2 parents 2e31753 + e2b37bd commit 05be4cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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",
name := "circe-refined",
libraryDependencies ++= Seq(
"io.circe" %%% s"circe-core" % circeVersion,
"io.circe" %%% s"circe-testing" % circeVersion % Test,
Expand All @@ -38,7 +38,8 @@ lazy val refined = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"org.scalameta" %%% "munit" % munitVersion % Test,
"org.scalameta" %%% "munit-scalacheck" % munitScalacheckV % Test,
"org.typelevel" %%% "discipline-munit" % disciplineMunitVersion % Test
)
),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.15.1").toMap
)
.jvmSettings()
.jsSettings()
Expand Down

0 comments on commit 05be4cb

Please sign in to comment.