Skip to content

Commit 79fd1a1

Browse files
Update readme and version
1 parent 35169c0 commit 79fd1a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/
1212

1313
1. 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)
1818
or [Monocle](https://github.com/julien-truffaut/Monocle))

readme/Readme.scalatex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import com.typesafe.sbt.SbtGit.git.baseVersion
22

3-
baseVersion := "0.4"
3+
baseVersion := "0.5"

0 commit comments

Comments
 (0)