Skip to content

Commit

Permalink
Bump version to 1.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Jul 27, 2017
1 parent ed05026 commit bba9681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ name := "amqp"

organization := "net.liftmodules"

version := "1.4.0-SNAPSHOT"
version := "1.5.0-SNAPSHOT"

liftVersion := "3.0.1"

liftEdition := liftVersion.value.substring(0,3)

moduleName := name.value + "_" + liftEdition.value

scalaVersion := "2.12.1"
scalaVersion := "2.12.2"

crossScalaVersions := Seq("2.12.1", "2.11.8")
crossScalaVersions := Seq("2.12.2", "2.11.11")

scalacOptions ++= Seq("-unchecked", "-deprecation")

resolvers += "Java.net Maven2 Repository" at "http://download.java.net/maven/2/"

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies ++=
"net.liftweb" %% "lift-webkit" % liftVersion.value % "provided" ::
Expand Down

0 comments on commit bba9681

Please sign in to comment.