File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
val Organization = " io.github.gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
3
val ProjectVersion = " 4.10.0"
4
- val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.16 .0" )
4
+ val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.18 .0" )
5
5
6
6
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
7
7
8
8
organization := Organization
9
9
name := ProjectName
10
10
version := ProjectVersion
11
- scalaVersion := " 2.12.2 "
11
+ scalaVersion := " 2.12.4 "
12
12
13
13
libraryDependencies ++= Seq (
14
14
" io.github.gitbucket" %% " gitbucket" % GitBucketVersion % " provided" ,
Original file line number Diff line number Diff line change 1
- sbt.version = 0.13.15
1
+ sbt.version = 1.0.2
Original file line number Diff line number Diff line change 1
1
logLevel := Level .Warn
2
2
3
- addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.0 " )
3
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.7 " )
You can’t perform that action at this time.
0 commit comments