Skip to content

Commit 066621a

Browse files
authored
Merge pull request #10 from gloriousfutureio/fix-scalacheck_1-13
Fix scalacheck-ops_1-13 artifact to actually contain code.
2 parents 1e21ce3 + 0e6e4cb commit 066621a

27 files changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val commonRootSettings = Seq(
33
name := "scalacheck-ops",
44
organization := "me.jeffmay",
55
organizationName := "Jeff May",
6-
version := "1.4.0",
6+
version := "1.5.0",
77

88
// scala version for root project
99
scalaVersion := "2.11.8",
@@ -79,13 +79,14 @@ val commonSettings = commonRootSettings ++ Seq(
7979
)
8080

8181
val coreSettings = commonSettings ++ Seq(
82+
sourceDirectory := file("core/src").getAbsoluteFile,
8283
libraryDependencies ++= Seq(
8384
"org.joda" % "joda-convert" % "1.8",
8485
"joda-time" % "joda-time" % "2.9.4"
8586
)
8687
)
8788

88-
lazy val `core_1-12` = (project in file("core_1.12"))
89+
lazy val `core_1-12` = (project in file("core"))
8990
.settings(coreSettings: _*)
9091
.settings(
9192
name := "scalacheck-ops",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)