File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/
1212
13131 . add in your sbt:
1414``` scala
15- libraryDependencies += " io.scalaland" %% " ocdquery-core" % " 0.4.1 "
15+ libraryDependencies += " io.scalaland" %% " ocdquery-core" % " 0.5.0 "
1616```
1717(and maybe some optics library like [ Quicklens] ( https://github.com/softwaremill/quicklens )
1818or [ Monocle] ( https://github.com/julien-truffaut/Monocle ) )
Original file line number Diff line number Diff line change 4343
4444 @sect{How to use it?}
4545 @p
46- Add OCDQuery dependency to your build (currently released only for Scala 2.12):
46+ Add OCDQuery dependency to your build (released only for Scala 2.12 and 2.13 ):
4747 @hl.scala
48- libraryDependencies += "io.scalaland" %% "ocdquery" % "0.4.1 "
48+ libraryDependencies += "io.scalaland" %% "ocdquery" % "0.5.0 "
4949 @p
5050 If your model contains only fields populated and managed by API user, define it as value:
5151 @hl.scala
Original file line number Diff line number Diff line change 11import com .typesafe .sbt .SbtGit .git .baseVersion
22
3- baseVersion := " 0.4 "
3+ baseVersion := " 0.5 "
You can’t perform that action at this time.
0 commit comments