add e2e for sbt.

This commit is contained in:
Florian Meriaux 2022-04-12 08:48:51 +02:00
parent 4e72968b94
commit 7df480742f
No known key found for this signature in database
GPG key ID: A3F999CB41DB6BE2
2 changed files with 58 additions and 1 deletions

View file

@ -1 +1,3 @@
ThisBuild / scalaVersion := "3.1.1"
ThisBuild / scalaVersion := "3.1.1"
libraryDependencies += "org.junit.jupiter" % "junit-jupiter-api" % "5.8.2" % Test