Skip to content

Commit 937b515

Browse files
committed
➕ use approvals-java SNAPSHOT
1 parent b8117af commit 937b515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name := "CodinGame-Scala-Kit"
22
version := "0.1.0"
33
scalaVersion := "2.12.4"
44

5+
resolvers += Resolver.mavenLocal
6+
57
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
8+
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4-SNAPSHOT" % "test"
69
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.12.4" % "test"
710
libraryDependencies += "com.geirsson" %% "scalafmt-core" % "1.3.0"
811
libraryDependencies += "com.geirsson" %% "scalafmt-cli" % "1.3.0"

0 commit comments

Comments
 (0)