Skip to content

Instantly share code, notes, and snippets.

@dariathecracker
Last active June 4, 2020 12:11
Show Gist options
  • Save dariathecracker/b5b468d61ac022a8daf9c29d675b1949 to your computer and use it in GitHub Desktop.
Save dariathecracker/b5b468d61ac022a8daf9c29d675b1949 to your computer and use it in GitHub Desktop.
Tic-Tac-Toe Game
libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % "1.0.0-RC16" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC16" % "test"
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment