Skip to content

Commit 2d33da7

Browse files
committed
Remove some broken sbt console initialCommands.
These relied on dependencies that do not exist in the project.
1 parent 9e5b2f6 commit 2d33da7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ lazy val functionalScala = (project in file(".")).
88
scalaVersion := "2.12.6",
99
initialCommands in Compile in console := """
1010
|import scalaz._
11-
|import scalaz.zio._
12-
|import scalaz.zio.console._
1311
|import net.degoes._
14-
|object replRTS extends RTS {}
15-
|import replRTS._
16-
|implicit class RunSyntax[E, A](io: IO[E, A]){ def unsafeRun: A = replRTS.unsafeRun(io) }
1712
""".stripMargin
1813
)
1914

0 commit comments

Comments
 (0)