diff --git a/README.md b/README.md index db37690..bf95d67 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,10 @@ [![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.6.svg)](https://www.scala-js.org/) -## Installing - -First clone this repository locally and then publish locally -``` -> ++2.10.6 -> seleniumJSEnv/publishLocal -``` - ## Usage Simply add the following line to your `project/plugins.sbt`: ``` -libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "0.0.1-SNAPSHOT" +libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "0.1.0" ``` and the following line to your sbt settings: ``` diff --git a/build.sbt b/build.sbt index a6a5bb0..ba27266 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import org.scalajs.jsenv.selenium.SeleniumJSEnv import org.scalajs.jsenv.selenium.Firefox val commonSettings: Seq[Setting[_]] = Seq( - version := "0.0.1-SNAPSHOT", + version := "0.1.0", organization := "org.scala-js", scalaVersion := "2.11.7", scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),