Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Nov 7, 2019
2 parents 1150358 + 7dcfee0 commit 6f5db3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ crossSbtVersions := Seq(

def slickVersion(scalaVersion: String) =
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, 10)) => "3.0.0"
case Some((2, 11)) | Some((2, 12)) => "3.3.2"
case Some((2, 10)) | Some((2, 11)) => "3.0.0"
case Some((2, 12)) => "3.2.0"
case _ =>
throw new IllegalArgumentException(
s"Unsupported Scala version $scalaVersion"
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 := "1.1.1-SNAPSHOT"
version in ThisBuild := "1.1.2-SNAPSHOT"

0 comments on commit 6f5db3a

Please sign in to comment.