Skip to content

Commit

Permalink
Update SQLiteKit and FluentKit dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed May 16, 2024
1 parent 2212405 commit 99dc090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
],
dependencies: [
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.48.3"),
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.5.0"),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.48.4"),
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.5.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
],
dependencies: [
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.48.3"),
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.5.0"),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.48.4"),
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.5.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
],
targets: [
Expand Down

0 comments on commit 99dc090

Please sign in to comment.