Skip to content

Commit

Permalink
set base version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatScalaGuy committed Nov 25, 2022
1 parent cb778d0 commit 5690b56
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 @@ -4,7 +4,7 @@ lazy val V = new {
val catsParse = "0.3.7"
}

ThisBuild / tlBaseVersion := "0.0" // your current series x.y
ThisBuild / tlBaseVersion := "0.1" // your current series x.y

ThisBuild / organization := "de.thatscalaguy"
ThisBuild / organizationName := "ThatScalaGuy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import de.thatscalaguy.circe.jq.exceptions.InvalidExpression

class MainSuite extends munit.FunSuite {

test("`jq` should thorw a InvalidExpression on invalid input") {
test("`jq` should throw a InvalidExpression on invalid input") {
intercept[InvalidExpression] {
Json.Null.jq("invalid query")
}
Expand Down

0 comments on commit 5690b56

Please sign in to comment.