diff --git a/dge_workflow/dge_utils.sh b/dge_workflow/dge_utils.sh
index cc443084cbaf276f1ff611304e046124a75ae759..9bf90d861cb2f9e6e32768c261977814de0400fd 100755
--- a/dge_workflow/dge_utils.sh
+++ b/dge_workflow/dge_utils.sh
@@ -2,13 +2,13 @@
 ## http://blog.joncairns.com/2013/08/what-you-need-to-know-about-bash-functions/
 
 ## load lsf helpers
-#source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.16/bash/lsf_utils.sh 2>&1 2>/dev/null)
+#source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.17/bash/lsf_utils.sh 2>&1 2>/dev/null)
 
 ## enable snippet spinning
-source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.16/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
+source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.17/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
 export PATH=/home/brandl/bin/spinr:$PATH
 
-source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.16/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
+source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.17/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
 export PATH=/home/brandl/bin/rendr:$PATH