From 6aeb47ab70b75843d3c9d3dabd8b0d69c7ec2676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Antonsson?= Date: Mon, 2 Feb 2015 12:04:23 +0100 Subject: [PATCH] =sam #16764 Incomplete sample project breaks samples build and IDEA import --- akka-samples/akka-sample-hello-kernel/build.sbt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/akka-samples/akka-sample-hello-kernel/build.sbt b/akka-samples/akka-sample-hello-kernel/build.sbt index dcb2c44dfb..6ed2b1a48a 100644 --- a/akka-samples/akka-sample-hello-kernel/build.sbt +++ b/akka-samples/akka-sample-hello-kernel/build.sbt @@ -2,7 +2,11 @@ import NativePackagerKeys._ packageArchetype.akka_application -name := """hello-kernel""" +name := "hello-kernel" + +version := "2.4-SNAPSHOT" + +scalaVersion := "2.11.5" mainClass in Compile := Some("sample.kernel.hello.HelloKernel")