Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Oct 2, 2019
1 parent 35169c0 commit 79fd1a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/

1. add in your sbt:
```scala
libraryDependencies += "io.scalaland" %% "ocdquery-core" % "0.4.1"
libraryDependencies += "io.scalaland" %% "ocdquery-core" % "0.5.0"
```
(and maybe some optics library like [Quicklens](https://github.com/softwaremill/quicklens)
or [Monocle](https://github.com/julien-truffaut/Monocle))
Expand Down
4 changes: 2 additions & 2 deletions readme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

@sect{How to use it?}
@p
Add OCDQuery dependency to your build (currently released only for Scala 2.12):
Add OCDQuery dependency to your build (released only for Scala 2.12 and 2.13):
@hl.scala
libraryDependencies += "io.scalaland" %% "ocdquery" % "0.4.1"
libraryDependencies += "io.scalaland" %% "ocdquery" % "0.5.0"
@p
If your model contains only fields populated and managed by API user, define it as value:
@hl.scala
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import com.typesafe.sbt.SbtGit.git.baseVersion

baseVersion := "0.4"
baseVersion := "0.5"

0 comments on commit 79fd1a1

Please sign in to comment.