Skip to content

Commit

Permalink
use release versions (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 authored Jul 17, 2020
1 parent 472531c commit 73d4156
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 @@ -10,9 +10,9 @@ let package = Package(
.library(name: "SQLiteKit", targets: ["SQLiteKit"]),
],
dependencies: [
.package(url: "https://github.com/vapor/sqlite-nio.git", from: "1.0.0-rc."),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.0.0-rc.1"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0-rc.1"),
.package(url: "https://github.com/vapor/sqlite-nio.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"),
],
targets: [
.target(name: "SQLiteKit", dependencies: [
Expand Down

0 comments on commit 73d4156

Please sign in to comment.