Skip to content

Commit 42d1e22

Browse files
committed
Moved to sbt 1.0
1 parent f9e81e6 commit 42d1e22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
33
val ProjectVersion = "4.10.0"
4-
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.16.0")
4+
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.18.0")
55

66
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
77

88
organization := Organization
99
name := ProjectName
1010
version := ProjectVersion
11-
scalaVersion := "2.12.2"
11+
scalaVersion := "2.12.4"
1212

1313
libraryDependencies ++= Seq(
1414
"io.github.gitbucket" %% "gitbucket" % GitBucketVersion % "provided",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 0.13.15
1+
sbt.version = 1.0.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
logLevel := Level.Warn
22

3-
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0")
3+
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.7")

0 commit comments

Comments
 (0)