Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit ac29d08

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1892427 + 17071b8 commit ac29d08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Jakarta Bean Validation 3.0 for Scala.
1212
- Support cascade validation
1313
- For Scala3, support for parameter validation, catching errors and allowing access to error
1414

15-
## Introduction
15+
## Installation
1616

17+
Add the following to `build.sbt`:
1718
```scala
1819
libraryDependencies ++= Seq(
1920
"org.bitlap" %% "validation-scala-core" % "latest version"
@@ -55,7 +56,7 @@ if (violations.nonEmpty) {
5556

5657
This allows us to use it like SpringBoot. It does not support annotations with group parameters and only supports scala 3!
5758

58-
Add the following code to `build.sbt`:
59+
Add the following to `build.sbt`:
5960
```scala
6061
libraryDependencies ++= Seq(
6162
"org.bitlap" %% "validation-scala-core" % "latest version",

0 commit comments

Comments
 (0)