Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Bump versions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hygt authored Dec 20, 2018
1 parent 21ad998 commit 3ec05ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ inThisBuild(
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.3")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.0.9")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.4.3")
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 = 1.2.6
sbt.version = 1.2.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Resolver.bintrayRepo("bbp", "nexus-releases")

addSbtPlugin("ch.epfl.bluebrain.nexus" % "sbt-nexus" % "0.10.9")
addSbtPlugin("ch.epfl.bluebrain.nexus" % "sbt-nexus" % "0.10.12")
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ object CompilationPlugin extends AutoPlugin {

override lazy val projectSettings = Seq(
javaSpecificationVersion := "1.8",
scalaVersion := "2.12.7",
scalacSilencerVersion := "1.2.1",
scalaVersion := "2.12.8",
scalacSilencerVersion := "1.3.1",
scalacCommonFlags := Seq("-deprecation", "-encoding", "UTF-8", "-feature", "-unchecked", "-Xlint"),
scalacLanguageFlags := Seq(
"-language:existentials",
Expand Down

0 comments on commit 3ec05ba

Please sign in to comment.