Skip to content

Commit

Permalink
Updated for CSW-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Dec 18, 2020
1 parent 9cb979e commit 870b177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Script that starts the CSW services, compiles and runs the test assembly and then runs the C based tests.
# Assumes that csw-services.sh and sbt are all in your shell path.

CSW_VERSION=3.0.0-RC1
CSW_VERSION=3.0.0
logfile=test.log
if ! hash csw-services 2>/dev/null ; then
echo >&2 "Please install csw-services (run: cs install csw-services $CSW_VERSION). Aborting."
Expand Down
2 changes: 1 addition & 1 deletion test/testSupport/project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object AkkaHttp {
}

object CSW {
val Version = "3.0.0-RC1"
val Version = "3.0.0"
// val Version = "0.1.0-SNAPSHOT"

val `csw-framework` = "com.github.tmtsoftware.csw" %% "csw-framework" % Version
Expand Down

0 comments on commit 870b177

Please sign in to comment.