Skip to content

Commit

Permalink
Merge branch 'main' into update/scalaz-core-7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 9, 2023
2 parents 78443ae + 205464e commit 7c287ce
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.35",
"org.scalaz" %% "scalaz-effect" % "7.2.35",
"org.scalatest" %% "scalatest" % "3.2.14" % "test"
"org.scalatest" %% "scalatest" % "3.2.15" % "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.8.0
sbt.version=1.8.2

0 comments on commit 7c287ce

Please sign in to comment.