Skip to content

Commit

Permalink
Ready to publish a 0.2.2 version for Slick 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastland committed Jul 31, 2016
1 parent e4b9ea8 commit 33739cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val dbDependencies = List(
)

lazy val forkliftDependencies = List(
"com.liyaos" %% "scala-forklift-slick" % "0.2.3-SNAPSHOT"
"com.liyaos" %% "scala-forklift-slick" % "0.2.2-slick3.2"
)

lazy val appDependencies = dbDependencies ++ loggingDependencies
Expand Down Expand Up @@ -66,7 +66,7 @@ lazy val migrations = Project("migrations",
lazy val tools = Project("git-tools",
file("tools/git")).settings(commonSettings:_*).settings {
libraryDependencies ++= forkliftDependencies ++ List(
"com.liyaos" %% "scala-forklift-git-tools" % "0.2.3-SNAPSHOT",
"com.liyaos" %% "scala-forklift-git-tools" % "0.2.2-slick3.2",
"com.typesafe" % "config" % "1.3.0",
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.0.1.201506240215-r"
)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.3-SNAPSHOT"
version in ThisBuild := "0.2.2-slick3.2"

0 comments on commit 33739cd

Please sign in to comment.