Skip to content

Commit

Permalink
chore: Added scala versions to description. Changed a link to my prof…
Browse files Browse the repository at this point in the history
…ile.
  • Loading branch information
dobrynya committed Nov 8, 2021
1 parent 9490315 commit 9ccb35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,8 @@ ZIO-JMS adapts JMS API to ZIO streams and makes it working more conveniently and
---
# Add library to your project
* Add Maven Central Repository to your build script
* Add dependency on the library "io.github.dobrynya" %% "zio-jms" % "0.2"
* Add dependency on the library "io.github.dobrynya" %% "zio-jms" % "0.2".
zio-jms is available for Scala 2 & 3

# Receive messages

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "zio-jms"
organization := "io.github.dobrynya"
version := "0.2"
homepage := Some(url("https://github.com/dobrynya/zio-jms"))
developers += Developer("dobrynya", "Dmitry Dobrynin", "dobrynya@inbox.ru", url("https://gitlab.com/dobrynya"))
developers += Developer("dobrynya", "Dmitry Dobrynin", "dobrynya@inbox.ru", url("https://github.com/dobrynya"))
scmInfo := Some(
ScmInfo(
url("https://github.com/dobrynya/zio-jms"),
Expand Down

0 comments on commit 9ccb35c

Please sign in to comment.