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-notifications-plugin"
33val ProjectVersion = " 1.3.0"
4- val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.17 .0" )
4+ val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.18 .0" )
55
66name := ProjectName
77organization := Organization
88version := ProjectVersion
9- scalaVersion := " 2.12.3 "
9+ scalaVersion := " 2.12.4 "
1010
1111lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
1212
Original file line number Diff line number Diff line change 1- sbt.version =0.13.16
1+ sbt.version =1.0.2
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.2 " )
1+ addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.7 " )
You can’t perform that action at this time.
0 commit comments