Skip to content

Commit

Permalink
Point the core dependency at master
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jun 27, 2019
1 parent a4183e1 commit fc6ec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
targets: ["Realm", "RealmSwift"]),
],
dependencies: [
.package(url: "https://github.com/realm/realm-core", .branch("tg/spm")),
.package(url: "https://github.com/realm/realm-core", .branch("master")),
],
targets: [
.target(
Expand Down

0 comments on commit fc6ec59

Please sign in to comment.