Skip to content

Commit

Permalink
gitbucketVersion 4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SIkebe committed Apr 9, 2018
1 parent bc11f59 commit 13fce26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
12 changes: 3 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name := "gitbucket-navlink-plugin"
organization := "com.github.sikebe"
version := "0.0.1-SNAPSHOT"
version := "1.0.0"
scalaVersion := "2.12.4"
gitbucketVersion := "4.22.0"
scalacOptions := Seq("-deprecation")
javacOptions in compile ++= Seq("-source",
"1.8",
"-target",
"1.8",
"-encoding",
"UTF-8")
gitbucketVersion := "4.23.0"
scalacOptions := Seq("-deprecation")
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.2.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.1")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0")

0 comments on commit 13fce26

Please sign in to comment.