1- val Organization = " fr.brouillard.gitbucket"
2- val ProjectName = " gitbucket-h2-backup-plugin"
3- val ProjectVersion = " 1.5.1"
4-
5- lazy val h2_backup_plugin = (project in file(" ." )).enablePlugins(SbtTwirl )
6-
7- organization := Organization
8- name := ProjectName
9- version := ProjectVersion
10- scalaVersion := " 2.12.3"
1+ organization := " fr.brouillard.gitbucket"
2+ name := " gitbucket-h2-backup-plugin"
3+ version := " 1.6.0"
4+ scalaVersion := " 2.12.4"
5+ gitbucketVersion := " 4.21.0"
116
7+ resolvers ++= Seq (
8+ Resolver .jcenterRepo,
9+ Resolver .mavenLocal
10+ )
1211
1312libraryDependencies ++= Seq (
14- " io.github.gitbucket" %% " gitbucket" % " 4.16 .0" % " provided" ,
15- " io.github.gitbucket" % " solidbase" % " 1.0.2" % " provided" ,
16- " com.typesafe.play" %% " twirl-compiler" % " 1.3.0 " % " provided" ,
17- " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
13+ " io.github.gitbucket" %% " gitbucket" % " 4.21 .0" % " provided" ,
14+ " io.github.gitbucket" % " solidbase" % " 1.0.2" % " provided" ,
15+ " com.typesafe.play" %% " twirl-compiler" % " 1.3.13 " % " provided" ,
16+ " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
1817)
1918
2019scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" )
21- javacOptions in compile ++= Seq (" -target" , " 8" , " -source" , " 8" )
22-
23- useJCenter := true
20+ javacOptions in compile ++= Seq (" -target" , " 8" , " -source" , " 8" )
0 commit comments