Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
core/error updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 22, 2018
1 parent 6c8f44b commit ad56ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
// Core extensions, type-aliases, and functions that facilitate common tasks.
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.1"..<"3.0.0-beta.2"),
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.2"..<"3.0.0-beta.3"),
],
targets: [
// Validation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Validation/ValidationError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct BasicValidationError: ValidationError {

/// A validation error that supports dynamic
/// key paths.
public protocol ValidationError: Debuggable, Error {
public protocol ValidationError: Debuggable {
/// See Debuggable.reason
var reason: String { get }

Expand Down

0 comments on commit ad56ac4

Please sign in to comment.