File tree 3 files changed +4
-4
lines changed
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-notifications-plugin"
3
3
val 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" )
5
5
6
6
name := ProjectName
7
7
organization := Organization
8
8
version := ProjectVersion
9
- scalaVersion := " 2.12.3 "
9
+ scalaVersion := " 2.12.4 "
10
10
11
11
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
12
12
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