Skip to content

Commit

Permalink
Update junit-interface from 0.11 to 0.13.3 (#10)
Browse files Browse the repository at this point in the history
Pull request: #10
  • Loading branch information
scala-steward authored Feb 29, 2024
1 parent d5d78c1 commit 36504cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object main
val bndlib = "biz.aQute.bnd:biz.aQute.bndlib:3.5.0"
// val felixConfigAdmin = "org.apache.felix" % "org.apache.felix.configadmin" % "1.8.8"
val logbackClassic = ivy"ch.qos.logback:logback-classic:1.1.3"
val junitInterface = ivy"com.novocode:junit-interface:0.11"
val junitInterface = ivy"com.github.sbt:junit-interface:0.13.3"
}

override def artifactName = "domino-java"
Expand Down

0 comments on commit 36504cb

Please sign in to comment.