Skip to content

Commit

Permalink
Bugfix, docs, optimization, version bump, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
non committed Oct 25, 2021
1 parent 535aef7 commit 0f8e3e7
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 33 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ TAGS
*.sublime-project
*.sublime-workspace
tests.iml
# Auto-copied by sbt-microsites
docs/src/main/tut/contributing.md
docs/src/main/tut/index.md
.metals
.bsp
.bloop
project/.bloop
project/metals.sbt
project/project
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ def ScalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.14.3")
def ScalaProps = Def.setting("com.github.scalaprops" %%% "scalaprops" % "0.8.0")
def Claimant = Def.setting("org.typelevel" %%% "claimant" % "0.1.3")

Global / semanticdbEnabled := true

lazy val antimirovSettings = Seq(
organization := "org.spire-math",
scalaVersion := "2.13.2",
Expand Down
Loading

0 comments on commit 0f8e3e7

Please sign in to comment.