Skip to content

Commit

Permalink
Merge pull request #24 from ing-bank/upgrade-dependencies
Browse files Browse the repository at this point in the history
- Upgrade akka-http-circe and logback-classic to latest version
- Bump Scala 2.12.5 to .6
- Bump version number
  • Loading branch information
Fokko authored May 28, 2018
2 parents e1671cb + 9b6954c commit 2870e77
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 @@ -41,7 +41,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
s"[email protected]:${bintrayOrganization.value.get}/${name.value}.git"
)
),
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.5"),
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.6"),
scalaVersion in ThisBuild := "2.11.12",
scalacOptions ++= Seq(Opts.compile.deprecation, "-Xlint", "-feature"),
scalacOptions ++= PartialFunction
Expand All @@ -58,17 +58,17 @@ lazy val root = (project in file("."))
.settings(commonSettings)
.settings(
name := "scruid",
version := "1.0.5-SNAPSHOT",
version := "1.1.0-SNAPSHOT",
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.3.3",
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-java8" % circeVersion,
"com.typesafe.akka" %% "akka-http" % "10.1.1",
"de.heikoseeberger" %% "akka-http-circe" % "1.20.1",
"de.heikoseeberger" %% "akka-http-circe" % "1.21.0",
"ca.mrvisser" %% "sealerate" % "0.0.5",
"ch.qos.logback" % "logback-classic" % "1.1.11",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.scalactic" %% "scalactic" % "3.0.5",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
),
Expand Down

0 comments on commit 2870e77

Please sign in to comment.