Skip to content

Commit 5fcc345

Browse files
authored
Update README.md
1 parent 220e821 commit 5fcc345

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
@@ -246,7 +246,7 @@ list of sbt dependencies:
246246
```sbt
247247
libraryDependencies ++= Seq(
248248
// Use the %%% operator instead of %% for Scala.js and Scala Native
249-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.2",
249+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.2",
250250
// Use the "provided" scope instead when the "compile-internal" scope is not supported
251251
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.2" % "compile-internal"
252252
)
@@ -836,7 +836,7 @@ Publish to the local Maven repo:
836836
sbt clean +publishM2
837837
```
838838

839-
### Releasehttps://github.com/softwaremill/bootzook
839+
### Release
840840

841841
For version numbering use [Recommended Versioning Scheme](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html#recommended-versioning-scheme)
842842
that is used in the Scala ecosystem.

0 commit comments

Comments
 (0)