Skip to content

Commit

Permalink
update scala 2.12.5, akka 2.5.12, vaadin 8.4.0, sbt 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ringhofer committed Apr 27, 2018
1 parent 605979a commit 3676da4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name := "vaadin-raffle"

version := "1.1.1"

scalaVersion := "2.12.4"
scalaVersion := "2.12.5"

resolvers ++= Seq(
"vaadin-addons" at "http://maven.vaadin.com/vaadin-addons"
)

val vaadinVersion = "8.3.1"
val akkaVersion = "2.5.11"
val vaadinVersion = "8.4.0"
val akkaVersion = "2.5.12"
libraryDependencies ++= Seq(
"org.vaadin.addons" % "vaactor" % "1.0.2",
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty"
sbt.version = 1.1.1
sbt.version = 1.1.4

0 comments on commit 3676da4

Please sign in to comment.