Update build instructions

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/2080b517
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/2080b517
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/2080b517

Branch: refs/heads/master
Commit: 2080b517f4698768aa18e93eadb6419665715d1d
Parents: 94faa79
Author: Matt Sicker <[email protected]>
Authored: Mon Apr 2 15:48:45 2018 -0500
Committer: Matt Sicker <[email protected]>
Committed: Mon Apr 2 15:54:52 2018 -0500

----------------------------------------------------------------------
 BUILDING.md | 4 ++++
 README.md   | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/2080b517/BUILDING.md
----------------------------------------------------------------------
diff --git a/BUILDING.md b/BUILDING.md
index 1fea4bb..a1bebb3 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -17,3 +17,7 @@
 # Building Log4j 2 Scala API
 
 Moved to [site docs](./src/asciidoctor/build.adoc).
+
+Summary:
+
+    ./sbt "+ publishM2"

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/2080b517/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f2c2918..605ef66 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ SBT users can add the following dependencies to their 
`build.sbt` file:
 ```scala
 libraryDependencies ++= Seq(
   "org.apache.logging.log4j" %% "log4j-api-scala" % "11.0",
-  "org.apache.logging.log4j" % "log4j-api" % "2.8.2",
-  "org.apache.logging.log4j" % "log4j-core" % "2.8.2" % Runtime
+  "org.apache.logging.log4j" % "log4j-api" % "2.11.0",
+  "org.apache.logging.log4j" % "log4j-core" % "2.11.0" % Runtime
 )
 ```
 
@@ -77,11 +77,11 @@ JIRA issue in the Pull Request.
 
 ## Building From Source
 
-Log4j Scala API requires Maven 3 and Java 8 to build. To install to your local
+Log4j Scala API requires Java 8 to build. To install to your local
 Maven repository, execute the following:
 
 ```sh
-mvn install
+./sbt "+ publishM2"
 ```
 
 ## Contributing

Reply via email to