Skip to content

Commit

Permalink
0.6.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
petitviolet committed May 28, 2019
1 parent b30f587 commit 50417ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
@@ -1,4 +1,4 @@
val libraryVersion = "0.5.1-RC2"
val libraryVersion = "0.6.0-RC2"
val libraryName = "generic-diff"

lazy val commonDependencies = Seq(
Expand Down Expand Up @@ -41,7 +41,7 @@ lazy val genericDiffMacro = (project in file("generic_diff_macro"))

lazy val example = (project in file("example"))
.settings(commonSettings("example"))
// .dependsOn(genericDiff)
.settings(
libraryDependencies += organization.value %% libraryName % libraryVersion
)
.dependsOn(genericDiff)
// .settings(
// libraryDependencies += organization.value %% libraryName % libraryVersion
// )

0 comments on commit 50417ad

Please sign in to comment.