Skip to content

Commit e372884

Browse files
author
Nader Hadji Ghanbari
committed
Next development cycle: setting version to 0.1.1-SNAPSHOT
1 parent aa36079 commit e372884

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ val ScalacheckVersion = "1.13.5"
55
val PlayJsonVersion = "2.5.18"
66
val ScalaTestVersion = "3.0.4"
77

8-
98
resolvers := Resolver
109
.withDefaultResolvers(
1110
mavenCentral = true,
@@ -28,7 +27,7 @@ publishTo := version { (v: String) =>
2827
}.value
2928

3029
name := "play-json-gen"
31-
version := "0.1.0"
30+
version := "0.1.1-SNAPSHOT"
3231
description := "Play Json ScalaCheck Generators"
3332
organization := "com.servicerocket"
3433
organizationName := "ServiceRocket"

0 commit comments

Comments
 (0)