Skip to content

Commit

Permalink
rc.2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 21, 2018
1 parent ef12c8f commit e941ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ let package = Package(
dependencies: [

// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
.package(url: "https://github.com/vapor/core.git", .branch("master")),
.package(url: "https://github.com/vapor/core.git", from: "3.0.0-rc.2"),

// Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.
.package(url: "https://github.com/vapor/fluent.git", .branch("master")),
.package(url: "https://github.com/vapor/fluent.git", from: "3.0.0-rc.2"),

// 🐬 Pure Swift MySQL client built on non-blocking, event-driven sockets.
.package(url: "https://github.com/vapor/mysql.git", .branch("master")),
.package(url: "https://github.com/vapor/mysql.git", from: "3.0.0-rc.2"),
],
targets: [
.target(name: "FluentMySQL", dependencies: ["Async", "CodableKit", "Fluent", "FluentSQL", "MySQL"]),
Expand Down

0 comments on commit e941ebb

Please sign in to comment.