Skip to content

Commit

Permalink
Merge pull request #223 from KacperFKorban/tests
Browse files Browse the repository at this point in the history
Tests
  • Loading branch information
KacperFKorban authored Jan 5, 2022
2 parents 18d0cc4 + 531cf16 commit 1452c37
Show file tree
Hide file tree
Showing 5 changed files with 47,389 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![CI](https://github.com/VirtusLab/Inkuire/workflows/CI/badge.svg)

---
<img src="engineHttp/src/main/resources/assets/[email protected]"></img>
<img src="http/src/main/resources/assets/[email protected]"></img>

# Inkuire - Hoogle-like searches for Scala 3 and Kotlin

Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ lazy val inkuireEngine = crossProject(JSPlatform, JVMPlatform)
"org.typelevel" %%% "cats-effect" % catsVersion,
"io.circe" %%% "circe-core" % circeVersion,
"io.circe" %%% "circe-parser" % circeVersion,
"io.circe" %%% "circe-generic" % circeVersion
"io.circe" %%% "circe-generic" % circeVersion,
"org.scalameta" %% "munit" % "0.7.29" % Test
),
)

Expand Down
Loading

0 comments on commit 1452c37

Please sign in to comment.