Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vickumar1981 committed Jun 30, 2019
1 parent 5dc662a commit 53d8a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -28,15 +28,15 @@ __Using sbt:__

In `build.sbt`:
```scala
libraryDependencies += "com.github.vickumar1981" %% "svalidate" % "1.0.0"
libraryDependencies += "com.github.vickumar1981" %% "svalidate" % "1.0.1"
```

__Using gradle:__

In `build.gradle`:
```groovy
dependencies {
compile 'com.github.vickumar1981:svalidate_2.12:1.0.0'
compile 'com.github.vickumar1981:svalidate_2.12:1.0.1'
}
```

Expand All @@ -47,7 +47,7 @@ In `pom.xml`:
<dependency>
<groupId>com.github.vickumar1981</groupId>
<artifactId>svalidate_2.12</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
import xerial.sbt.Sonatype._

name := "svalidate"
version := "1.0.1-SNAPSHOT"
version := "1.0.1"
scalaVersion := "2.12.7"
organization := "com.github.vickumar1981"
description := "Simple and easy validations for Scala and Java"
Expand Down

0 comments on commit 53d8a6d

Please sign in to comment.