Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update sbt-by-example #1153

Merged
merged 3 commits into from
Aug 12, 2023
Merged

Commits on Aug 4, 2023

  1. refactor: update sbt-by-example

    I love this guide. I always recommend it to new people getting starting
    with sbt. The last couple times I did however they always came back to
    me ab out certain things not working anymore, mainly the console
    examples. I decided to just go through the whole thing myself and update
    all of the examples using a more modern sbt version and updating the
    output to match. There is also a couple other choices that I made while
    updating things like:
    
    - Changing the weather site we use as an example since it no longer is
      active
    - Changing the libraries being used from gigahorse to sttp and Play JSON
      to uJson. I didn't do this _just because_ but rather to more align
      with the libraries that are being used by the scala toolkit. Hopefully
      people will be a bit more familiar with these as I don't assume a
      newcomer to Scala will be using gigahorse or really Play JSON _unless_
      they are using Play!. If this isn't ok, let me know and I can try to
      recreate it using the old libraries, but I think these examples are
      clearer.
    ckipp01 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    18f165e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    6368da0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    9e4a8ab View commit details
    Browse the repository at this point in the history