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 11val Organization = " io.github.gitbucket"
22val ProjectName = " gitbucket-gist-plugin"
33val 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" )
55
66lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
77
88organization := Organization
99name := ProjectName
1010version := ProjectVersion
11- scalaVersion := " 2.12.2 "
11+ scalaVersion := " 2.12.4 "
1212
1313libraryDependencies ++= Seq (
1414 " 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 11logLevel := Level .Warn
22
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