Skip to content

Commit

Permalink
Merge pull request #454 from scalacenter/ticket/453
Browse files Browse the repository at this point in the history
Upgrade metaconfig
  • Loading branch information
jvican authored Apr 24, 2018
2 parents 619467a + 8370603 commit 80a1ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions frontend/src/main/scala/bloop/Project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import _root_.monix.eval.Task
import bloop.bsp.ProjectUris
import bloop.config.{Config, ConfigDecoders}
import bloop.engine.ExecutionContext
import metaconfig.{Conf, Configured}
import org.langmeta.inputs.Input
import metaconfig.{Conf, Configured, Input}

final case class Project(
name: String,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val mavenScalaPluginVersion = "3.2.2"
val ipcsocketVersion = "1.0.0"
val monixVersion = "2.3.3"
val metaconfigVersion = "0.6.0"
val metaconfigVersion = "0.7.0"
val circeVersion = "0.9.3"

import sbt.librarymanagement.syntax.stringToOrganization
Expand Down

0 comments on commit 80a1ec1

Please sign in to comment.