Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false
language: scala
jdk:
- oraclejdk8
- openjdk8
cache:
directories:
- "$HOME/.ivy2"
- "$HOME/.sbt"
- "$HOME/.cache/coursier/v1"
script:
- sbt test
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Version

Plugin version|GitBucket version
:-------------|:----------------
8.0.x |4.34+
7.0.x |4.32+
6.1.x |4.26+
6.0.x |4.23+
Expand Down Expand Up @@ -39,6 +40,9 @@ See `package.json` for more details.

Releases
---
### 8.0.0 - 8 Aug 2020
- Bump to GitBucket 4.34.0

### 7.0.0 - 7 Aug 2019
- Bump to GitBucket 4.32.0 and Scala 2.13.0

Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
organization := "io.github.gitbucket"
name := "gitbucket-explorer-plugin"
version := "7.0.0"
scalaVersion := "2.13.0"
gitbucketVersion := "4.32.0"
version := "8.0.0"
scalaVersion := "2.13.1"
gitbucketVersion := "4.34.0"

scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"uglify-js": "^3.0.28",
"watchify": "^3.9.0"
"watchify": "^3.11.1"
},
"dependencies": {
"react": "^15.4.2",
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.2.8
sbt.version = 1.3.13