We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803961d commit 02f9b22Copy full SHA for 02f9b22
build.sbt
@@ -3,7 +3,7 @@ lazy val root = project
3
.settings(
4
name := "programming-scala-3rd-ed-code-examples",
5
description := "Code examples for Programming Scala, Third Edition (O'Reilly).",
6
- version := "3.0.0-RC2-001",
+ version := "3.0.0-RC2-002",
7
scalaVersion := "3.0.0-RC1",
8
organization := "org.programming-scala",
9
organizationName := "ProgrammingScala",
0 commit comments