-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/jan 14 2025 version bumps (#68)
* Version bumps for dependencies * Version bumps for dependencies * Update CHANGELOG.md Co-authored-by: Ian Wagner <[email protected]> --------- Co-authored-by: Ian Wagner <[email protected]>
- Loading branch information
1 parent
03d5c27
commit 61cffb6
Showing
5 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import MapLibre | ||
import MockableTest | ||
import Mockable | ||
import XCTest | ||
@testable import MapLibreSwiftUI | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Tests/MapLibreSwiftUITests/MapViewCoordinator/MapViewCoordinatorCameraTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import CoreLocation | ||
import MockableTest | ||
import Mockable | ||
import XCTest | ||
@testable import MapLibreSwiftUI | ||
|
||
|