Skip to content

Commit 5bf3996

Browse files
scala-stewardhuiwang
authored andcommitted
Update approvals-java to 0.12.0
1 parent 99f915e commit 5bf3996

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.1.2" % "test"
14-
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4.1" % "test"
14+
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.12.0" % "test"
1515
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.13.1" % "test"
1616
libraryDependencies += "org.scalameta" %% "scalafmt-core" % "2.5.2"
1717

0 commit comments

Comments
 (0)