Skip to content

Commit

Permalink
Merge branch 'main' into igor/tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov authored Dec 13, 2024
2 parents d4cd6e1 + 5293ae8 commit 056941f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Dependencies {
// Libraries
val junit = "junit" % "junit" % "4.13.2" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
val easymock = "org.easymock" % "easymock" % "5.4.0" % Test
val easymock = "org.easymock" % "easymock" % "5.5.0" % Test

val scalaTestVersion = "3.2.15"
val scalatest = "org.scalatest" %% "scalatest" % scalaTestVersion % Test
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
// https://github.com/marcuslonnberg/sbt-docker
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
// https://github.com/sbt/sbt-native-packager
Expand Down

0 comments on commit 056941f

Please sign in to comment.