Skip to content

Commit

Permalink
Merge branch 'main' into feature/format
Browse files Browse the repository at this point in the history
# Conflicts:
#	Package.swift
  • Loading branch information
rakuyoMo committed Apr 21, 2024
2 parents 4ae1e8e + 6d97d31 commit 81964a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/RakuyoKit/RaLog.git",
"state" : {
"revision" : "e8009a522ee83924b25087d8bae7f3a85ac882c8",
"version" : "1.7.1"
"revision" : "08bf4dcd436143fbb082c7910254d850e20469c1",
"version" : "1.7.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.library(name: "RAKEpoxy", targets: ["RAKEpoxy"]),
],
dependencies: [
.package(url: "https://github.com/RakuyoKit/RaLog.git", from: "1.7.1"),
.package(url: "https://github.com/RakuyoKit/RaLog.git", from: "1.7.2"),
.package(url: "https://github.com/devxoul/Then.git", from: "3.0.0"),
.package(url: "https://github.com/airbnb/epoxy-ios.git", from: "0.10.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.1"),
Expand Down

0 comments on commit 81964a1

Please sign in to comment.