Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down