Skip to content

Commit

Permalink
use scala 2.11.8 and version bump to 2.1.6-msw
Browse files Browse the repository at this point in the history
  • Loading branch information
liviu.ungureanu committed May 29, 2020
1 parent cc12f09 commit cab5bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ a high-level feature list:
Op-Rabbit is available on Maven Central

```scala
val opRabbitVersion = "2.1.0"
val opRabbitVersion = "2.1.6-msw"

libraryDependencies ++= Seq(
"com.spingo" %% "op-rabbit-core" % opRabbitVersion,
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ val appProperties = {

val assertNoApplicationConf = taskKey[Unit]("Makes sure application.conf isn't packaged")


val commonSettings = Seq(
organization := "com.spingo",
version := appProperties.getProperty("version"),
scalaVersion := "2.12.10",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.12.10", "2.13.1"),
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion project/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.1.0
version=2.1.6-msw

0 comments on commit cab5bcc

Please sign in to comment.