Skip to content

Commit

Permalink
Netty backend
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Oct 22, 2024
1 parent a9f8519 commit 6ea217d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nio-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ lazy val `nio-server` = (project in file("."))

scalaVersion := Dependencies._scalaVersion

PlayKeys.devSettings += "play.server.provider" -> "play.core.server.NettyServerProvider"

resolvers ++= Seq(
Resolver.jcenterRepo,
"Maven central" at "https://repo1.maven.org/maven2/"
Expand Down Expand Up @@ -42,7 +44,6 @@ libraryDependencies ++= Seq(
"org.apache.commons" % "commons-lang3" % "3.11",
"de.svenkubiak" % "jBCrypt" % "0.4.1", // ISC/BSD
"com.auth0" % "java-jwt" % javaJwt, // MIT license
// "com.github.pureconfig" %% "pureconfig" % pureConfig, // Apache 2.0
"com.github.pureconfig" %% "pureconfig-core" % pureConfig, // Apache 2.0
"com.github.pureconfig" %% "pureconfig-generic-scala3" % pureConfig, // Apache 2.0
"org.scalactic" %% "scalactic" % scalaticVersion, // Apache 2.0
Expand Down

0 comments on commit 6ea217d

Please sign in to comment.