Skip to content

Commit

Permalink
Add scalacheck version to build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Apr 1, 2024
1 parent cba1018 commit 7d43c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lazy val golden = crossProject(JVMPlatform)
"io.circe" %%% "circe-parser" % circeVersion,
"io.circe" %%% "circe-testing" % circeVersion,
"io.circe" %%% "circe-generic" % circeVersion % Test,
"org.scalacheck" %% "scalacheck" % scalacheckVersion,
"org.typelevel" %%% "discipline-scalatest" % disciplineScalatestVersion % Test,
scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided
)
Expand Down

0 comments on commit 7d43c9c

Please sign in to comment.