fix e2e for sbt.

This commit is contained in:
Florian Meriaux 2022-04-12 11:53:42 +02:00
parent 7df480742f
commit b9d25ecda2
No known key found for this signature in database
GPG key ID: A3F999CB41DB6BE2
66 changed files with 110 additions and 12 deletions

View file

@ -1,3 +1,3 @@
ThisBuild / scalaVersion := "3.1.1"
ThisBuild / scalaVersion := "2.12.15"
libraryDependencies += "org.junit.jupiter" % "junit-jupiter-api" % "5.8.2" % Test
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"