Skip to content

Commit

Permalink
Bump to GitBucket 4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Apr 29, 2018
1 parent cf28b38 commit 47e06d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
organization := "io.github.gitbucket"
name := "gitbucket-gist-plugin"
version := "4.14.0"
scalaVersion := "2.12.4"
gitbucketVersion := "4.23.1"
scalaVersion := "2.12.6"
gitbucketVersion := "4.24.0"

scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
Expand Down

0 comments on commit 47e06d7

Please sign in to comment.