Skip to content

Commit

Permalink
feat: Simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousSoftware committed Dec 21, 2019
1 parent 5b305ee commit 9ead78f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ javacOptions ++= Seq(
)

libraryDependencies ++= Seq(
"javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided",
"javax.servlet.jsp" % "javax.servlet.jsp-api" % "2.3.3" % "provided",
"org.scalatest" %% "scalatest" % "3.1.0" % Test withSources(),
"junit" % "junit" % "4.12" % Test
"javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided",
"javax.servlet.jsp"% "javax.servlet.jsp-api" % "2.3.3" % "provided",
"org.scalatest" %% "scalatest" % "3.1.0" % Test
)

0 comments on commit 9ead78f

Please sign in to comment.