Skip to content

Commit

Permalink
Merge cc5b397 into ec7a811
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdista committed Sep 12, 2019
2 parents ec7a811 + cc5b397 commit b66bb31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val scalaTestVersion = "3.0.8"
lazy val scalacheckVersion = "1.14.0"

// Library versions
lazy val reactiveMongoVersion = "0.13.0"
lazy val reactiveMongoVersion = "0.18.6"
lazy val argonautVersion = "6.2.3"
lazy val json4sVersion = "3.6.6"
lazy val quillVersion = "3.2.1"
Expand Down Expand Up @@ -108,6 +108,7 @@ lazy val scala213ProjectRefs = Seq(
enumeratumPlay,
enumeratumCirceJvm,
enumeratumCirceJs,
enumeratumReactiveMongoBson,
enumeratumCatsJvm,
enumeratumCatsJs
).map(Project.projectToRef)
Expand Down Expand Up @@ -251,6 +252,7 @@ lazy val enumeratumReactiveMongoBson =
.settings(testSettings: _*)
.settings(
version := "1.5.14-SNAPSHOT",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo" % reactiveMongoVersion,
"com.beachape" %% "enumeratum" % Versions.Core.stable,
Expand Down

0 comments on commit b66bb31

Please sign in to comment.