From a81bff8bb120c7aabb80550beae6198312bd987c Mon Sep 17 00:00:00 2001 From: Anian Schleyer <98647423+anian03@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:52:36 +0100 Subject: [PATCH] `Communication`: Fix exam post notifications having no target and content (#243) --- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- ArtemisKit/Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Artemis.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Artemis.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 007332c0..b5075ef9 100644 --- a/Artemis.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Artemis.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "5cadd12433353b4144bcc99fd464b53c0aa36084b12784b90706859f84dad8c5", + "originHash" : "5c8626acffff005e2642c0e07e1f755598c39323b3bb020fb01711f64303781e", "pins" : [ { "identity" : "apollon-ios-module", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ls1intum/artemis-ios-core-modules", "state" : { - "revision" : "b147f9c8d1801de13626477280a1746067fada97", - "version" : "15.1.1" + "revision" : "83a8eafae4d7b098e303aa0c06b392c505852b7f", + "version" : "15.1.2" } }, { diff --git a/ArtemisKit/Package.swift b/ArtemisKit/Package.swift index f81b041e..80a0c678 100644 --- a/ArtemisKit/Package.swift +++ b/ArtemisKit/Package.swift @@ -20,7 +20,7 @@ let package = Package( dependencies: [ .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.1")), + .package(url: "https://github.com/ls1intum/artemis-ios-core-modules", .upToNextMajor(from: "15.1.2")), .package(url: "https://github.com/mac-cain13/R.swift.git", from: "7.7.0") ], targets: [