Add SBT in cache managers. (#302)

This commit is contained in:
Florian Meriaux
2022-04-20 16:26:27 +02:00
committed by GitHub
parent 9519cf1382
commit 0ed94a5678
9 changed files with 204 additions and 1 deletions

1
__tests__/cache/sbt/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target/

3
__tests__/cache/sbt/build.sbt vendored Normal file
View File

@ -0,0 +1,3 @@
ThisBuild / scalaVersion := "2.12.15"
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"

View File

@ -0,0 +1 @@
sbt.version=1.6.2