Skip to content

Commit

Permalink
Reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Dec 20, 2023
1 parent 7c17fc3 commit b18b55b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
description := "circe integration for record4s",
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % circeVersion,
"io.circe" %%% "circe-generic" % circeVersion % Test,
"io.circe" %%% "circe-parser" % circeVersion % Test,
"io.circe" %%% "circe-core" % circeVersion,
"io.circe" %%% "circe-generic" % circeVersion % Test,
"io.circe" %%% "circe-parser" % circeVersion % Test,
),
)

Expand Down

0 comments on commit b18b55b

Please sign in to comment.