Skip to content

Commit 35866d7

Browse files
committed
Moved to sbt 1.0
1 parent 8414050 commit 35866d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-notifications-plugin"
33
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")
55

66
name := ProjectName
77
organization := Organization
88
version := ProjectVersion
9-
scalaVersion := "2.12.3"
9+
scalaVersion := "2.12.4"
1010

1111
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
1212

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=1.0.2

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.2")
1+
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.7")

0 commit comments

Comments
 (0)