Skip to content

Commit

Permalink
Miscellaneous updates
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jan 3, 2019
1 parent 3a27227 commit e133361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala

scala:
- 2.11.12
- 2.12.7
- 2.12.8

jdk:
- oraclejdk8
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ val compilerOptions = Seq(
)

val circeVersion = "0.11.0"
val reactiveMongoVersion = "0.16.0"
val previousCirceBsonVersion = "0.1.0"
val reactiveMongoVersion = "0.16.1"
val previousCirceBsonVersion = "0.2.0"

val baseSettings = Seq(
scalacOptions ++= compilerOptions,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.3
sbt.version=1.2.8

0 comments on commit e133361

Please sign in to comment.