Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jun 24, 2024
1 parent 0659305 commit fd4c31c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.4.7
9.4.8
2 changes: 1 addition & 1 deletion c/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "Binsearch"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 9.4.7
PROJECT_NUMBER = 9.4.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ coverage: ensuretarget
deps: ensuretarget
curl --silent --show-error --fail --location https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINUTIL) $(GOLANGCILINTVERSION)
$(GO) install github.com/rakyll/gotest
$(GO) install github.com/jstemmer/go-junit-report
$(GO) install github.com/jstemmer/go-junit-report/v2@latest

# Create the trget directories if missing
.PHONY: ensuretarget
Expand Down
2 changes: 1 addition & 1 deletion go/exttools/exttools.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
package exttools

import (
_ "github.com/jstemmer/go-junit-report"
_ "github.com/jstemmer/go-junit-report/v2"
_ "github.com/rakyll/gotest"
)
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):

setup(
name="binsearch",
version="9.4.7.0",
version="9.4.8.0",
keywords=("binsearch"),
description="Binsearch Bindings for Python",
long_description=read("../README.md"),
Expand Down

0 comments on commit fd4c31c

Please sign in to comment.