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

Commit

Permalink
Release 5.0.0 final (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
akkie committed Aug 13, 2017
1 parent cfa90d8 commit c6b7fcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Expand Up @@ -31,7 +31,7 @@ object BasicSettings extends AutoPlugin {

override def projectSettings = Seq(
organization := "com.mohiva",
version := "5.0.0-RC3",
version := "5.0.0",
resolvers ++= Dependencies.resolvers,
scalaVersion := Dependencies.Versions.scalaVersion,
crossScalaVersions := Dependencies.Versions.crossScala,
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -18,7 +18,7 @@ import sbt._
object Dependencies {

object Versions {
val crossScala = Seq("2.12.2", "2.11.11")
val crossScala = Seq("2.12.3", "2.11.11")
val scalaVersion = crossScala.head
}

Expand Down Expand Up @@ -54,7 +54,7 @@ object Dependencies {
val jwtCore = "com.atlassian.jwt" % "jwt-core" % "1.6.1"
val jwtApi = "com.atlassian.jwt" % "jwt-api" % "1.6.1"
val scalaGuice = "net.codingwell" %% "scala-guice" % "4.1.0"
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.5.3"
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.5.4"
val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.4.1"
val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.16
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,7 +1,7 @@
// Comment to get more information during initialization
logLevel := Level.Warn

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.3")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

Expand Down

0 comments on commit c6b7fcc

Please sign in to comment.