Skip to content

Commit

Permalink
Update README and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto committed Aug 9, 2020
1 parent 512f1a7 commit 65b2f26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ aliases are optional, but can be useful for particularly long commands.
Add the following to `project/plugins.sbt`:

```scala
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.1.0")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.1.1")
```

## Configuration
Expand All @@ -46,6 +46,10 @@ usefulTasks := Seq(

```

To disable showing the version number you can add:

`showVersion := false`

You can also change the default colors like so:

- `logoColor := Console.RED`
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
lazy val root = (project in file(".")).
settings(
name := "sbt-welcome",
version := "0.1.1-SNAPSHOT",
version := "0.1.2-SNAPSHOT",
organization := "com.github.reibitto",
scalaVersion := "2.12.10",
sbtPlugin := true
Expand Down

0 comments on commit 65b2f26

Please sign in to comment.