I hereby claim:
- I am durban on github.
- I am durban (https://keybase.io/durban) on keybase.
- I have a public key whose fingerprint is 36A8 2002 483A 4CBF A5F8 DF6F 48B2 9573 BF19 7B13
To claim this, I am signing this object:
| /* | |
| * Copyright 2017 Daniel Urban | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| package com.example | |
| import akka.typed.ActorRef | |
| import akka.typed.ScalaProcess._ | |
| import scala.concurrent.duration._ | |
| object Example { | |
| sealed trait CntReq { | |
| def replyTo: ActorRef[Int] |
| lazy val core = project.in(file(".")) | |
| .settings(commonSettings) | |
| lazy val commonSettings = Seq[Setting[_]]( | |
| scalaVersion := "2.11.8", | |
| crossScalaVersions := Seq("2.11.8", "2.12.0"), | |
| scalacOptions ++= Seq( | |
| "-feature", | |
| "-deprecation", |
| /* | |
| * Copyright 2016-2017 Daniel Urban | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
I hereby claim:
To claim this, I am signing this object: