We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ec31b commit a4a4bb5Copy full SHA for a4a4bb5
.travis/install_utplsql.sh
@@ -3,7 +3,7 @@ set -ev
3
cd $(dirname $(readlink -f $0))
4
5
# Download the specified version of utPLSQL.
6
-UTPLSQL_VERSION="v3.0.4"
+UTPLSQL_VERSION="v3.1.1"
7
UTPLSQL_FILE="utPLSQL"
8
curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
9
0 commit comments