Skip to content

Commit bdd5caa

Browse files
author
Dean Wampler
committed
Bumped the project version.
1 parent 54cc1f0 commit bdd5caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val root = project
33
.settings(
44
name := "programming-scala-3rd-ed-code-examples",
55
description := "Code examples for Programming Scala, Third Edition (O'Reilly).",
6-
version := "3.0.0-RC2-003",
6+
version := "3.0.0-RC2-005",
77
scalaVersion := "3.0.0-RC2",
88
organization := "org.programming-scala",
99
organizationName := "ProgrammingScala",
@@ -52,7 +52,7 @@ lazy val root = project
5252
"-source:future", // Choices: future and future-migration. I use this to force future deprecation warnings, etc.
5353
"-Xfatal-warnings", // Fail on warnings, not just errors
5454
// "-Xmigration", // Warn about constructs whose behavior may have changed since version.
55-
// "-Ycheck-init", // Warn on field access before initialization
55+
// "-Ysafe-init", // Warn on field access before initialization
5656
// "-Yexplicit-nulls", // For explicit nulls behavior.
5757
),
5858
Compile / console / scalacOptions := scalacOptions.value,

0 commit comments

Comments
 (0)