Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Set version to 1.0.5-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodlnk committed Apr 26, 2020
1 parent ff09b5c commit 9abd4e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.0.1'
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@2.0.0
- name: Set env
run: echo ::set-env name=BRANCH_TAG::$(git describe --contains | grep v | grep -v '~' | head -n 1 || true)
- name: Cache SBT ivy cache
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/microsite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build Microsite
on:
push:
branches:
- master
paths:
- 'vuepress/**'

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ include the following components:

Quickstart
===========
The latest version is `1.0.2`. To use it just add the following line to your `build.sbt` file:
The latest version is `1.0.4`. To use it just add the following line to your `build.sbt` file:
```
// available for 2.12 and 2.13
libraryDependencies += "net.playq" %% "d4s" %% "1.0.2"
libraryDependencies += "net.playq" %% "d4s" %% "1.0.4"
```
In case you want to have Circe codecs you should also add this:
```
// available for 2.12 and 2.13
libraryDependencies += "net.playq" %% "d4s-circe" %% "1.0.2"
libraryDependencies += "net.playq" %% "d4s-circe" %% "1.0.4"
```
If you want to use only the metrics package from `d4s` you can add it like this:
```
// available for 2.12 and 2.13
libraryDependencies += "net.playq" %% "metrics" %% "1.0.2"
libraryDependencies += "net.playq" %% "metrics" %% "1.0.4"
```

Example project:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.4"
version in ThisBuild := "1.0.5-SNAPSHOT"

0 comments on commit 9abd4e7

Please sign in to comment.