Skip to content

Commit

Permalink
update scala and akka versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kr7ysztof committed Jan 4, 2019
1 parent 1d7e74e commit dbb15d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
language: scala

scala:
- 2.12.7
- 2.12.8

env:
global:
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import com.typesafe.sbt.packager.docker.ExecCmd
import scalariform.formatter.preferences._

name := "airlock"
version := "0.0.8"
version := "0.1.0"

scalaVersion := "2.12.7"
scalaVersion := "2.12.8"

scalacOptions += "-unchecked"
scalacOptions += "-deprecation"
Expand All @@ -19,7 +19,7 @@ scalacOptions += "-Xfatal-warnings"
updateOptions := updateOptions.value.withCachedResolution(cachedResoluton = true)

val akkaVersion = "10.1.5"
val akkaStreamVersion = "2.5.17"
val akkaStreamVersion = "2.5.19"

libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- "6080:6080"

airlock-sts:
image: wbaa/airlock-sts:feature_get-user-groups
image: wbaa/airlock-sts:0.1.0
environment:
- STS_HOST=0.0.0.0
- STS_PORT=12345
Expand Down

0 comments on commit dbb15d3

Please sign in to comment.