We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8117af commit 937b515Copy full SHA for 937b515
build.sbt
@@ -2,7 +2,10 @@ name := "CodinGame-Scala-Kit"
2
version := "0.1.0"
3
scalaVersion := "2.12.4"
4
5
+resolvers += Resolver.mavenLocal
6
+
7
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
8
+libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4-SNAPSHOT" % "test"
9
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.12.4" % "test"
10
libraryDependencies += "com.geirsson" %% "scalafmt-core" % "1.3.0"
11
libraryDependencies += "com.geirsson" %% "scalafmt-cli" % "1.3.0"
0 commit comments