Skip to content

Commit 1bc96d2

Browse files
committed
⬆️ use release version of test library (approvals)
1 parent 4c79d2c commit 1bc96d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scalacOptions := Seq("-Yresolve-term-conflict:object")
1111
resolvers += Resolver.mavenLocal
1212

1313
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
14-
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4-SNAPSHOT" % "test"
14+
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4" % "test"
1515
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.12.4" % "test"
1616
libraryDependencies += "com.geirsson" %% "scalafmt-core" % "1.3.0"
1717
libraryDependencies += "com.geirsson" %% "scalafmt-cli" % "1.3.0"

0 commit comments

Comments
 (0)