Skip to content

Commit

Permalink
Add support for Quill with 2.13 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfssilva authored and lloydmeta committed Dec 1, 2019
1 parent 754ac55 commit 4c60465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ lazy val enumeratumScalacheckJs = enumeratumScalacheck.js
lazy val enumeratumScalacheckJvm = enumeratumScalacheck.jvm

lazy val quillAggregate = aggregateProject("quill", enumeratumQuillJs, enumeratumQuillJvm).settings(
crossScalaVersions := post210Only(crossScalaVersions.value)
crossScalaVersions := post210Only(scalaVersionsAbove_2_11 :+ scala_2_13Version)
)
lazy val enumeratumQuill = crossProject(JSPlatform, JVMPlatform)
.crossType(CrossType.Pure)
Expand All @@ -417,7 +417,7 @@ lazy val enumeratumQuill = crossProject(JSPlatform, JVMPlatform)
.settings(
name := "enumeratum-quill",
version := "1.5.15-SNAPSHOT",
crossScalaVersions := post210Only(crossScalaVersions.value),
crossScalaVersions := post210Only(scalaVersionsAbove_2_11 :+ scala_2_13Version),
libraryDependencies ++= {
Seq(
"com.beachape" %%% "enumeratum" % Versions.Core.stable,
Expand Down

0 comments on commit 4c60465

Please sign in to comment.