Skip to content

Commit

Permalink
Upgrade slick version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmarques committed Jun 13, 2018
1 parent a26be9a commit 1b84ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ object Build extends Build {
def getSlickDependency(slickComponent: String, version: String): ModuleID = {
"com.typesafe.slick" %
(slickComponent + "_" + version.substring(0, version.lastIndexOf('.'))) %
(if(version.startsWith("2.10")) {"3.1.1"} else {"3.2.0"})
(if(version.startsWith("2.10")) {"3.1.1"} else {"3.2.3"})
}
}

0 comments on commit 1b84ff2

Please sign in to comment.