Skip to content

Commit bd01672

Browse files
authored
Update README.md
1 parent f83064c commit bd01672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ case class AddOptionRequest(number: Int, @Schema(required = false, implementatio
3333

3434
Alternatively, you can non-primitive types like BigInt to avoid this requirement.
3535

36-
Since v2.7.0 release, Scala 2 builds use scala-reflect jar to try to work out the class information for the inner types. Scala 3 builds cannot use this approach, and are therefore still affected by this issue.
36+
Since v2.7.0 release, Scala 2 builds use scala-reflect jar to try to work out the class information for the inner types. Scala 3 builds cannot use this approach, and are therefore still affected by this issue. See https://github.com/swagger-akka-http/swagger-scala-module/issues/117.
3737

3838
License
3939
-------

0 commit comments

Comments
 (0)