Skip to content

Commit e03b6db

Browse files
committed
Upgrade to swift 5.3 tools
1 parent a433992 commit e03b6db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:5.3
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

sonar.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /bin/bash
2-
2+
GIT_BRANCH=$(git branch | grep '\*' | awk '{print $2}')
3+
echo GIT_BRANCH $GIT_BRANCH
34
sonar-scanner \
45
-X \
56
-Dsonar.projectKey=DataStructuresKey \

0 commit comments

Comments
 (0)