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 ac1f6bc commit 38715ebCopy full SHA for 38715eb
publish-doc.sh
@@ -1,7 +1,7 @@
1
echo "*** Generating docs and copy api to fileadmin then zip it for local download"
2
set -x
3
4
-SCALAVERSION=3.0.2
+SCALAVERSION=3.3.3
5
sbt doc
6
7
ssh $LUCATID@fileadmin.cs.lth.se rm -r pgk/api
publish-jar.sh
@@ -1,6 +1,6 @@
#VERSION="$(grep -m 1 -Po -e '\d+.\d+.\d+' build.sbt)"
-VERSION=1.3.1
+VERSION=1.4.0
SCALACOMPAT=3
JARFILE="introprog_$SCALACOMPAT-$VERSION.jar"
0 commit comments