Skip to content

Commit

Permalink
Merge pull request #435 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jul 10, 2024
2 parents 1f30ce7 + 5f6399d commit a1c6141
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 @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.2.36",
"org.scalaz" %% "scalaz-effect" % "7.2.36",
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
),
homepage := Some(url("https://github.com/sbt/sbt-eclipse")),
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
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 a1c6141

Please # to comment.