There was an error while loading. Please reload this page.
1 parent 6c41a6a commit 79a0682Copy full SHA for 79a0682
1 file changed
build.sbt
@@ -6,7 +6,7 @@ name := "library-example"
6
// also used as a `groupId` by Sonatype
7
organization := "ch.epfl.scala"
8
9
-libraryDependencies += "com.github.scalaprops" %% "scalaprops" % "0.9.1" % Test
+libraryDependencies += "com.github.scalaprops" %% "scalaprops" % "0.10.1" % Test
10
testFrameworks += new TestFramework("scalaprops.ScalapropsFramework")
11
12
description := "A library that does nothing useful"
0 commit comments