Skip to content

Commit

Permalink
Final updates for the release of Programming Scala, Third Edition!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wampler committed May 22, 2021
1 parent 5907132 commit 750003f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
| April 3, 2021 | Scala `3.0.0-RC2` updates |
| April 24, 2021 | Scala `3.0.0-RC3` updates |
| May 15, 2021 | Scala `3.0.0` final updates. Almost done! |
| May 22, 2021 | _Final_ updates for _Programming Scala, Third Edition_! |

[![Join the chat at https://gitter.im/deanwampler/programming-scala-book-code-examples](https://badges.gitter.im/deanwampler/programming-scala-book-code-examples.svg)](https://gitter.im/deanwampler/programming-scala-book-code-examples?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = project
.settings(
name := "programming-scala-3rd-ed-code-examples",
description := "Code examples for Programming Scala, Third Edition (O'Reilly).",
version := s"$scala3-001",
version := s"$scala3-final",
scalaVersion := scala3,
organization := "org.programming-scala",
organizationName := "ProgrammingScala",
Expand Down

0 comments on commit 750003f

Please sign in to comment.