Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 809 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 809 Bytes

Scala Native Workshop

Content

  1. Hello, World!
  2. Parsing CLI arguments
  3. Logging
  4. Curl based HTTP requests
  5. Using STTP for HTTP requests
  6. Using configuration file
  7. Parsing JSON

Navigation

The SBT's groll command is used to navigate between the commits of this workshop. Command must be followed by one of the following arguments:

initial - go to the first commit

next – moves to the next commit

show – shows the current commit id and message, if current commit is in history

list – shows the full commit history

prev – moves to the previous commit

NB! Groll commands don't work from subproject's.