File tree Expand file tree Collapse file tree 3 files changed +3
-78
lines changed Expand file tree Collapse file tree 3 files changed +3
-78
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ val http4sVersion = "0.14.1"
3
3
val circeVersion = " 0.4.1"
4
4
5
5
lazy val evaluator = (project in file(" ." ))
6
+ .enablePlugins(JavaAppPackaging )
6
7
.settings(
7
8
name := " evaluator" ,
8
9
scalaVersion := " 2.11.8" ,
9
10
resolvers += Resolver .sonatypeRepo(" snapshots" ),
10
11
libraryDependencies ++= Seq (
12
+ " org.scala-exercises" %% " evaluator-types" % " 0.1-SNAPSHOT" ,
11
13
" org.scala-lang" % " scala-compiler" % scalaVersion.value,
12
14
" io.monix" %% " monix" % " 2.0-RC8" ,
13
15
" org.http4s" %% " http4s-dsl" % http4sVersion,
@@ -27,8 +29,6 @@ lazy val evaluator = (project in file("."))
27
29
)
28
30
)
29
31
30
- enablePlugins(JavaAppPackaging )
31
-
32
32
addCompilerPlugin(
33
33
" org.scalamacros" % " paradise" % " 2.1.0" cross CrossVersion .full
34
34
)
Original file line number Diff line number Diff line change 1
1
eval.auth {
2
2
secretKey = "secretKey"
3
3
secretKey = ${?EVAL_SECRET_KEY}
4
- }
5
-
4
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments