diff --git a/README.md b/README.md index 489a78e..ae14afe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 30c003e..209ba8a 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),