Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Dec 12, 2023
1 parent 5459f9f commit 634ef45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ThisBuild / scalaVersion := scala3Version

ThisBuild / scalacOptions ++= Seq("-unchecked", "-feature", "-deprecation", "-Xmax-inlines", "64")

ThisBuild / resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository"

// ----------------------- dependencies --------------------------------

val Scala3Compiler = "org.scala-lang" %% "scala3-compiler" % scala3Version
Expand Down Expand Up @@ -50,7 +52,7 @@ val HelidonServerHttp2 = "io.helidon.webserver" % "helidon-webserver-http2" %
val HelidonWebClientHttp2 = "io.helidon.webclient" % "helidon-webclient-http2" % HelidonVersion

val HelidonServerWebSocket = "io.helidon.webserver" % "helidon-webserver-websocket" % HelidonVersion
val HelidonWebSocketClient = "io.helidon.webclient" % "helidon-webclient-websocket" % HelidonVersion
val HelidonWebSocketClient = "io.helidon.webclient" % "helidon-webclient-websocket" % "4.0.2-SNAPSHOT" // FIXME

val HelidonServerLogging = "io.helidon.logging" % "helidon-logging-jul" % HelidonVersion

Expand Down

0 comments on commit 634ef45

Please sign in to comment.