Skip to content

Commit

Permalink
Merge pull request #790 from Banno/cleanup-examples
Browse files Browse the repository at this point in the history
Clean up examples
  • Loading branch information
rossabaker authored Oct 4, 2023
2 parents 419242b + 819d3c0 commit f89098e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ lazy val examples = project
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio-interop-cats" % "3.2.9.1",
"ch.qos.logback" % "logback-classic" % V.logback % Runtime,
),
fork := true,
Expand Down
25 changes: 0 additions & 25 deletions examples/src/main/scala/example1/ZioApp.scala

This file was deleted.

25 changes: 0 additions & 25 deletions examples/src/main/scala/example2/ZioApp.scala

This file was deleted.

25 changes: 0 additions & 25 deletions examples/src/main/scala/example3/ZioApp.scala

This file was deleted.

0 comments on commit f89098e

Please sign in to comment.