11val Organization = " fr.brouillard.gitbucket"
22val ProjectName = " gitbucket-h2-backup-plugin"
3- val ProjectVersion = " 1.3 .0"
3+ val ProjectVersion = " 1.4 .0"
44
5- lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
5+ lazy val h2_backup_plugin = (project in file(" ." )).enablePlugins(SbtTwirl )
66
77organization := Organization
88name := ProjectName
99version := ProjectVersion
10- scalaVersion := " 2.11.8 "
10+ scalaVersion := " 2.12.1 "
1111
12- resolvers ++= Seq (
13- Classpaths .typesafeReleases,
14- " central" at " http://repo.maven.apache.org/maven2/" ,
15- " amateras" at " http://amateras.sourceforge.jp/mvn/"
16- )
1712
1813libraryDependencies ++= Seq (
19- " io.github.gitbucket" %% " gitbucket" % " 4.3 .0" % " provided" ,
14+ " io.github.gitbucket" %% " gitbucket" % " 4.10 .0" % " provided" ,
2015 " io.github.gitbucket" % " solidbase" % " 1.0.0" % " provided" ,
21- " com.typesafe.play" %% " twirl-compiler" % " 1.0.4 " % " provided" ,
16+ " com.typesafe.play" %% " twirl-compiler" % " 1.3.0 " % " provided" ,
2217 " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
2318)
2419
25- scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" )
26- javacOptions in compile ++= Seq (" -target" , " 7" , " -source" , " 7" )
20+ scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" , " -Ydelambdafy:method" , " -target:jvm-1.8" )
21+ javacOptions in compile ++= Seq (" -target" , " 7" , " -source" , " 7" )
22+
23+ useJCenter := true
0 commit comments