Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 2c15083

Browse files
author
Reid Spencer
committed
Utilize release version of sbt-project
1 parent c8f0da8 commit 2c15083

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

project/ScrupalSbtPluginBuilder.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ object ScrupalSbtPluginBuilder extends Build {
3434
"jgit-repo" at "http://download.eclipse.org/jgit/maven"
3535
)
3636

37-
val sonatype = publishTo := Some("Sonatype Snapshots Nexus" at "https://oss.sonatype.org/content/repositories/snapshots")
37+
val sonatype = publishTo :=
38+
Some("Sonatype Snapshots Nexus" at "https://oss.sonatype.org/content/repositories/snapshots")
3839

3940
lazy val scrupal_sbt = Project("scrupal-sbt", file("."))
4041
.enablePlugins(Sonatype)
@@ -76,7 +77,7 @@ object ScrupalSbtPluginBuilder extends Build {
7677
// Libraries for the project we plug into
7778
libraryDependencies ++= Seq (
7879
"org.slf4j" % "slf4j-simple" % "1.7.12",
79-
pluginModuleID("com.reactific" % "sbt-project" % "0.4.0"),
80+
pluginModuleID("com.reactific" % "sbt-project" % "0.5.0"),
8081
pluginModuleID("com.typesafe.play" % "sbt-plugin" % "2.4.4")
8182
),
8283

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.9-SNAPSHOT"
1+
version in ThisBuild := "0.3.0-SNAPSHOT"

0 commit comments

Comments
 (0)