Skip to content

Commit

Permalink
Sbt 0.13.15 -> 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Nov 28, 2018
1 parent 506ef16 commit c837620
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import sbt.Keys._

lazy val baseVersion = "3.5.9"

lazy val akkaVersion = settingKey[String]("Version of Akka compiled against")
akkaVersion := "2.3.0"

// See crossrelease.sh for valid combinations of akkaVersion and crossScalaVersion.

// Developed against 2.3.* (2.4.* for scala 2.12), see crossrelease.sh for all tested and build versions.
Expand All @@ -24,7 +27,7 @@ version := {
description := {
val av = akkaVersion.value
val akkaDescription = if (av.nonEmpty) "Akka " + av +" and " else ""
"metrics-scala for " + akkaDescription + "Scala " + sbt.cross.CrossVersionUtil.binaryScalaVersion(scalaVersion.value)
"metrics-scala for " + akkaDescription + "Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value)
}

// Developed against 2.11, see crossrelease.sh for all tested and build versions.
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=1.2.6
8 changes: 0 additions & 8 deletions project/build.scala

This file was deleted.

0 comments on commit c837620

Please sign in to comment.