File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
77organization := Organization
88name := Name
99version := Version
10- scalaVersion := " 2.11.8 "
10+ scalaVersion := " 2.12.1 "
1111
1212resolvers ++= Seq (
1313 Resolver .jcenterRepo
1414)
1515
1616libraryDependencies ++= Seq (
17- " io.github.gitbucket" %% " gitbucket" % " 4.9 .0" % " provided" ,
18- " com.typesafe.play" %% " twirl-compiler" % " 1.0.4 " % " provided" ,
17+ " io.github.gitbucket" %% " gitbucket" % " 4.10 .0" % " provided" ,
18+ " com.typesafe.play" %% " twirl-compiler" % " 1.3.0 " % " provided" ,
1919 " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
2020)
2121
Original file line number Diff line number Diff line change 1- sbt.version = 0.13.9
1+ sbt.version = 0.13.13
Original file line number Diff line number Diff line change 11logLevel := Level .Warn
22
3- addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.0.4 " )
3+ addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.0 " )
You can’t perform that action at this time.
0 commit comments