Skip to content

Commit

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

lazy val commonDependencies = Seq(
Expand Down Expand Up @@ -43,5 +43,5 @@ lazy val example = (project in file("example"))
.settings(commonSettings("example"))
// .dependsOn(genericDiff)
.settings(
libraryDependencies += organization.value %% libraryName % libraryVersion
libraryDependencies += organization.value %% libraryName % libraryVersion
)

0 comments on commit 199c8ed

Please sign in to comment.