Skip to content

Commit

Permalink
re-add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Jul 30, 2024
1 parent 082606a commit 0cceff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 46,8 @@ lazy val example1 = crossProject(JVMPlatform)
.in(file("examples/example-1"))
.settings(
libraryDependencies = Seq(
"io.circe" %%% "circe-core" % circeVersion,
"org.scalacheck" %% "scalacheck" % scalacheckVersion,
"org.typelevel" %%% "discipline-scalatest" % disciplineScalatestVersion % Test
)
)
Expand Down

0 comments on commit 0cceff5

Please sign in to comment.