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.
2 parents aa420f8 + 8a1ef7d commit c60ef6cCopy full SHA for c60ef6c
build.sbt
@@ -4,7 +4,7 @@ crossScalaVersions in ThisBuild := Seq("2.13.0-pre-e2a2cba") // March 16, 2017
4
5
scalaVersion in ThisBuild := crossScalaVersions.value.head
6
7
-version in ThisBuild := "1.0.0-SNAPSHOT"
+version in ThisBuild := "0.1.1-SNAPSHOT"
8
9
scalacOptions in ThisBuild ++= Seq("-deprecation", "-feature")
10
@@ -44,6 +44,6 @@ lazy val scalacheck = project.in(file("scalacheck")).settings(
44
).dependsOn(core)
45
46
lazy val testmacros = project.in(file("testmacros")).settings(
47
- libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value,
+ libraryDependencies += scalaOrganization.value % "scala-compiler" % scalaVersion.value,
48
publishArtifact := false
49
)
0 commit comments