sbt compile - compiles source code sbt test - run tests, if any exists sbt run - runs detected “Main” class sbt package - makes jar file … user can define new tasks in *.sbt files Alexey Novakov, Ultra Tendency, 2020
Loading settings for project global-plugins from idea.sbt,gpg.sbt ... [info] Loading global plugins from /Users/alexey/.sbt/1.0/plugins [info] Set current project to git (in build file:/Users/alexey/dev/git/) name [Project Name]: app-1 desc [Describe your project a bit]: order registration scalaVersion [2.13.1]: 2.13.2 Template applied in /Users/alexey/dev/git/./app-1
are modified addSbtPlugin("io.spray" % "sbt-revolver" % “x.y.z") sbt “~reStart” - enables a super-fast development turnaround for your Scala applications Alexey Novakov, Ultra Tendency, 2020
enables scalac options according to Rob Noris (doobie) recommendations - P.S. the same options can be enabled manually, but why bother Alexey Novakov, Ultra Tendency, 2020
09:20:03 2020 +0100 Setting version to 0.1.2-SNAPSHOT commit cb9ec293a11a5f6d989c936b18922d3f3ec40bcd (tag: v0.2.2) Date: Fri Feb 7 09:16:59 2020 +0100 Setting version to 0.1.1 commit 63abea7141901419ad732d354dc703f884e53010 Merge: b180810 a1c0c14 Date: Fri Feb 7 08:57:00 2020 +0100 Merge pull request #35 from novakov-alexey/add-cookier-attributes add string property attributes to put user defined parameters into th… setNextVersion setReleaseVersion time