We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa36079 commit e372884Copy full SHA for e372884
build.sbt
@@ -5,7 +5,6 @@ val ScalacheckVersion = "1.13.5"
5
val PlayJsonVersion = "2.5.18"
6
val ScalaTestVersion = "3.0.4"
7
8
-
9
resolvers := Resolver
10
.withDefaultResolvers(
11
mavenCentral = true,
@@ -28,7 +27,7 @@ publishTo := version { (v: String) =>
28
27
}.value
29
30
name := "play-json-gen"
31
-version := "0.1.0"
+version := "0.1.1-SNAPSHOT"
32
description := "Play Json ScalaCheck Generators"
33
organization := "com.servicerocket"
34
organizationName := "ServiceRocket"
0 commit comments