The SBT syntax to add multiple library dependencies (Scala)
The SBT syntax to add multiple library dependencies (Scala) By Alvin Alexander. Last updated: December 25 2018 As a quick Scala note, the syntax to add multiple library dependencies with SBT is this:...
View ArticleSBT: How to get started using the Build.scala file (instead of build.sbt)
SBT: How to get started using the Build.scala file (instead of build.sbt) By Alvin Alexander. Last updated: December 25 2018 This is an excerpt from the Scala Cookbook (partially modified for the...
View ArticleHow to use a Maven repository library with SBT
How to use a Maven repository library with SBT By Alvin Alexander. Last updated: December 25 2018 This is an excerpt from the Scala Cookbook (partially modified for the internet). This is Recipe...
View ArticleHow do I generate a secret key (application key) with Play Framework 2.6?
How do I generate a secret key (application key) with Play Framework 2.6? By Alvin Alexander. Last updated: April 4 2018 Play Framework FAQ: How do I generate a secret key (application key) with Play...
View ArticleHow do I set the Play Framework 2.6 port in production mode?
How do I set the Play Framework 2.6 port in production mode? By Alvin Alexander. Last updated: April 4 2018 Play Framework FAQ: How do I set the Play Framework 2.6 port in production mode? You set the...
View ArticleHow to manually specify the custom location of a Typesafe Config...
How to manually specify the custom location of a Typesafe Config configuration file By Alvin Alexander. Last updated: May 12 2018 If you need to manually specify the custom location of a Lightbend...
View ArticleHow to use the Lightbend Config library in a Scala or Java application
How to use the Lightbend Config library in a Scala or Java application By Alvin Alexander. Last updated: September 3 2019 Table of Contents Adding the Lightbend Config dependency A Scala application...
View ArticleUsing Jenkins with Scala, ScalaTest, SBT, and Git
Using Jenkins with Scala, ScalaTest, SBT, and Git By Alvin Alexander. Last updated: February 19 2019 I’ve used Jenkins before, but hadn’t used it in a while, so when I got it running with Scala, SBT,...
View ArticleHow to configure an Android project to use Java 8
How to configure an Android project to use Java 8 By Alvin Alexander. Last updated: March 9 2019 As a quick note today, if you need to configure an Android project to use Java 8, I found that adding...
View ArticleHow to control/configure vim colors
How to control/configure vim colors By Alvin Alexander. Last updated: September 3 2019 vim colors FAQ: Can you provide details on how to control/configure colors in the vim editor (vim color...
View Article