Skip to content

Commit 6f5ef0b

Browse files
committed
Bumo to Scala 2.13.3 and sbt 1.3.12
1 parent 9ddbf34 commit 6f5ef0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ gitbucket-plugin-template [![Build Status](https://travis-ci.org/gitbucket/gitbu
22
========
33
Template project for GitBucket plugin
44

5-
Run `sbt assembly` and copy generated `/target/scala-2.12/gitbucket-helloworld-plugin-assembly-1.0.0.jar` to `~/.gitbucket/plugins/` (If the directory does not exist, create it by hand before copying the jar), or just run `sbt install`.
5+
Run `sbt assembly` and copy generated `/target/scala-2.13/gitbucket-helloworld-plugin-assembly-1.0.0.jar` to `~/.gitbucket/plugins/` (If the directory does not exist, create it by hand before copying the jar), or just run `sbt install`.
66

77
Then start GitBucket and access to http://localhost:8080/helloworld in your web browser, you will see `Hello World!` response.

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-helloworld-plugin"
22
organization := "io.github.gitbucket"
33
version := "1.0.0"
4-
scalaVersion := "2.13.0"
5-
gitbucketVersion := "4.32.0"
4+
scalaVersion := "2.13.3"
5+
gitbucketVersion := "4.33.0"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.2.8
1+
sbt.version = 1.3.12

0 commit comments

Comments
 (0)