File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ install:
1111 - nvm use 14
1212 - git fetch --tags
1313script :
14- - sbt clean test
15- - sbt coverage coreJVM/test fileModuleJVM/test slf4j/test slf4j18/test
16- - sbt coverageReport
17- - sbt coverageAggregate
18- - bash <(curl -Ls https://coverage.codacy.com/get.sh) report --skip
14+ - sbt clean +test
1915notifications :
2016 email :
2117 - matt@matthicks.com
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val allScalaVersions = scala2 ::: scala3
1010
1111ThisBuild / name := " reactify"
1212ThisBuild / organization := " com.outr"
13- ThisBuild / version := " 4.0.6-SNAPSHOT "
13+ ThisBuild / version := " 4.0.6"
1414ThisBuild / scalaVersion := " 2.13.5"
1515ThisBuild / crossScalaVersions := allScalaVersions
1616
You can’t perform that action at this time.
0 commit comments