Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsibanda committed Jul 20, 2017
1 parent 7485d0e commit 29d6591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions admin/build.sh
Expand Up @@ -20,11 +20,11 @@ if [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+(\.[0-9]+)?(-[A-Za-z0-9-]+)? ]]; then
openssl aes-256-cbc -K $encrypted_c3c0a1170361_key -iv $encrypted_c3c0a1170361_iv -in secrets.tar.enc -out secrets.tar -d
myVer=$(echo $TRAVIS_TAG | sed -e s/^v//)
publishVersion='set every version := "'$myVer'"'
extraTarget="+publishSigned +makeSite"
publish_docs=1
extraTarget="+publishSigned makeSite"
publish_docs=0
cp admin/publish-settings.sbt ./
tar xf secrets.tar
chmod 400 admin/deploykey.pem
#chmod 400 admin/deploykey.pem
fi

sbt -jvm-opts jvmopts.travis -Dslick.testkit-config=test-dbs/testkit.travis.conf "$publishVersion" +testAll $extraTarget
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Expand Up @@ -12,8 +12,8 @@ import com.novocode.ornate.sbtplugin.OrnatePlugin.autoImport._

object SlickBuild extends Build {

val slickVersion = "3.3.0-SNAPSHOT"
val binaryCompatSlickVersion = "3.3.0" // Slick base version for binary compatibility checks
val slickVersion = "3.2.1"
val binaryCompatSlickVersion = "3.2.1" // Slick base version for binary compatibility checks
val scalaVersions = Seq("2.11.8", "2.12.0")

/** Dependencies for reuse in different parts of the build */
Expand Down

0 comments on commit 29d6591

Please sign in to comment.