Skip to content

Commit

Permalink
Merge branch 'main' into update/scala3-library-3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Jul 11, 2024
2 parents 67519ab + e0d113f commit 0a28557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "32.1.2-jre",
"org.mockito" % "mockito-core" % "4.8.0" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.16.37" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

updateOptions := updateOptions.value.withGigahorse(false)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 0a28557

Please sign in to comment.