Skip to content

Commit dba13b6

Browse files
committedMay 17, 2018
Bump to sbt-gutbucket plugin 1.3.0
1 parent 47e06d7 commit dba13b6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "io.github.gitbucket"
22
name := "gitbucket-gist-plugin"
33
version := "4.14.0"
44
scalaVersion := "2.12.6"
5-
gitbucketVersion := "4.24.0"
5+
gitbucketVersion := "4.24.1"
66

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

‎project/plugins.sbt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
logLevel := Level.Warn
2-
3-
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.12")
4-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.2.0")
1+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")

0 commit comments

Comments
 (0)
Please sign in to comment.