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 4c79d2c commit 1bc96d2Copy full SHA for 1bc96d2
build.sbt
@@ -11,7 +11,7 @@ scalacOptions := Seq("-Yresolve-term-conflict:object")
11
resolvers += Resolver.mavenLocal
12
13
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
14
-libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4-SNAPSHOT" % "test"
+libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4" % "test"
15
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.12.4" % "test"
16
libraryDependencies += "com.geirsson" %% "scalafmt-core" % "1.3.0"
17
libraryDependencies += "com.geirsson" %% "scalafmt-cli" % "1.3.0"
0 commit comments