Skip to content

Commit fce7b5a

Browse files
committed
cleanup build file
1 parent 5c9a599 commit fce7b5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
organization := "gitbucket"
22
name := "pages-plugin"
3-
version := "1.2"
43
scalaVersion := "2.12.2"
54
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
65

@@ -17,4 +16,3 @@ libraryDependencies ++= Seq(
1716
"com.typesafe.play" %% "twirl-compiler" % "1.3.2"
1817
)
1918

20-
useJCenter := true

version.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version := "1.2"

0 commit comments

Comments
 (0)