Skip to content

Commit

Permalink
versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastland committed Aug 17, 2017
1 parent 5680959 commit 37382ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Scala-Forklift supports both Slick 3.1 and Slick 3.2. The latest versions of Sca
|----------------|---------------|----------------|
| 2.11.x | `3.1.x` | `libraryDependencies += "com.liyaos" %% "scala-forklift-slick" % "0.2.3"` |
| 2.11.x | `3.2.x` | `libraryDependencies += "com.liyaos" %% "scala-forklift-slick" % "0.2.2-slick3.2"` |
| 2.12.x | `3.2.x` | `libraryDependencies += "com.liyaos" %% "scala-forklift-slick" % "0.3.0"` |
| 2.12.x | `3.2.x` | `libraryDependencies += "com.liyaos" %% "scala-forklift-slick" % "0.3.1"` |

For tutorial and example code, please check [example](/example).

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val repoKind = SettingKey[String]("repo-kind",
"Maven repository kind (\"snapshots\" or \"releases\")")

lazy val slickVersion = "3.2.0-M2"
lazy val slickVersion = "3.2.1"

def coreDependencies(scalaVersion: String) = List(
"org.scala-lang" % "scala-compiler" % scalaVersion,
Expand Down
4 changes: 2 additions & 2 deletions example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ addCommandAlias("mgm", "migration_manager/run")
addCommandAlias("mg", "migrations/run")


lazy val slickVersion = "3.2.0-M2"
lazy val slickVersion = "3.2.1"

lazy val forkliftVersion = "0.3.0"
lazy val forkliftVersion = "0.3.1"

lazy val commonSettings = Seq(
organization := "com.liyaos",
Expand Down

0 comments on commit 37382ba

Please sign in to comment.