Skip to content

Commit

Permalink
Communication: Fix certain reactions not showing (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Dec 14, 2024
1 parent dbd81d2 commit c6c3aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "5c8626acffff005e2642c0e07e1f755598c39323b3bb020fb01711f64303781e",
"originHash" : "d98f8b8207dd2f669664cadc42e7d9f386e6aa80a1ad0c3e37c5b13e2081ecc9",
"pins" : [
{
"identity" : "apollon-ios-module",
Expand All @@ -10,15 +10,6 @@
"version" : "1.0.9"
}
},
{
"identity" : "artemis-ios-core-modules",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ls1intum/artemis-ios-core-modules",
"state" : {
"revision" : "83a8eafae4d7b098e303aa0c06b392c505852b7f",
"version" : "15.1.2"
}
},
{
"identity" : "collectionconcurrencykit",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -85,10 +76,10 @@
{
"identity" : "smile",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onmyway133/Smile",
"location" : "https://github.com/onmyway133/Smile.git",
"state" : {
"revision" : "40604722a7a56f735124e069fcbb58307637744b",
"version" : "2.1.0"
"branch" : "6bacbf7",
"revision" : "6bacbf74638eb725fb0dd3e728341bc17acf8958"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions ArtemisKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let package = Package(
])
],
dependencies: [
.package(url: "https://github.com/onmyway133/Smile.git", revision: "6bacbf7"),
.package(url: "https://github.com/Kelvas09/EmojiPicker.git", from: "1.0.0"),
.package(url: "https://github.com/ls1intum/apollon-ios-module", .upToNextMajor(from: "1.0.2")),
.package(url: "https://github.com/ls1intum/artemis-ios-core-modules", .upToNextMajor(from: "15.1.2")),
Expand Down

0 comments on commit c6c3aae

Please sign in to comment.