Remove sbt-tutorial
article thumbnail

Slick Tutorial

Rock the JVM

In this tutorial, you can just run docker-compose up to set up the database tables. We can use an sbt plugin to do that. addSbtPlugin ( "com.github.tototoshi" % "sbt-slick-codegen" % "1.4.0" ) libraryDependencies += "org.postgresql" % "postgresql" % "42.3.4" For that, let’s add the following lines to the plugins.sbt file.

Scala 40
article thumbnail

An introduction to SBT

Rock the JVM

After his long-form Slick tutorial , he’s coming back with a new comprehensive introduction to SBT. This tutorial complements Rock the JVM’s premium Scala masterclass , as you learn to set up and configure your Scala projects. Introduction SBT is the most popular build tool in the Scala ecosystem. Please enjoy!

Scala 40