Skip to content

Commit adf6fec

Browse files
authored
Update README.md
1 parent 30aaf73 commit adf6fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Scala Case Classes, `Sequence`s, `Map`s, `Tuple`s, `Option`s, and Enumerations.
2828
# Version Support
2929

3030
Jackson-module-scala follows the same release strategy of [jackson-databind](https://github.com/FasterXML/jackson-databind).
31-
Master branch is used for Jackson 3 development.
31+
3.x branch is used for Jackson 3 development.
3232

3333
Scala 2.11, 2.12 and 2.13 are supported. Scala 2.10 support was dropped in v2.12.0 (but there is a special v2.12.7 release). Java 8 is
3434
the minimum supported version now.
@@ -128,7 +128,7 @@ ObjectMapper mapper = JsonMapper.builder().addModule(DefaultScalaModule$.MODULE$
128128

129129
# Building
130130

131-
The master branch often depends on SNAPSHOT versions of the core Jackson projects,
131+
The branches often depends on SNAPSHOT versions of the core Jackson projects,
132132
which are published to the Sonatype OSS Repository. To make these dependencies available,
133133
create a file called `sonatype.sbt` in the same directory as `build.sbt` with the following
134134
content. The project `.gitignore` file intentionally prevents this file from being checked in.

0 commit comments

Comments
 (0)