Skip to content

Commit 750003f

Browse files
author
Dean Wampler
committedMay 22, 2021
Final updates for the release of Programming Scala, Third Edition!
1 parent 5907132 commit 750003f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
| April 3, 2021 | Scala `3.0.0-RC2` updates |
2626
| April 24, 2021 | Scala `3.0.0-RC3` updates |
2727
| May 15, 2021 | Scala `3.0.0` final updates. Almost done! |
28+
| May 22, 2021 | _Final_ updates for _Programming Scala, Third Edition_! |
2829

2930
[![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)
3031

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = project
44
.settings(
55
name := "programming-scala-3rd-ed-code-examples",
66
description := "Code examples for Programming Scala, Third Edition (O'Reilly).",
7-
version := s"$scala3-001",
7+
version := s"$scala3-final",
88
scalaVersion := scala3,
99
organization := "org.programming-scala",
1010
organizationName := "ProgrammingScala",

0 commit comments

Comments
 (0)
Please sign in to comment.