Skip to content

Commit

Permalink
add credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
wlk committed Jan 24, 2024
1 parent 5c08202 commit 1f35dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ val scala3Version = "3.3.1"
scalaVersion := scala3Version
crossScalaVersions := Seq(scala3Version, scala2Version)

credentials += Credentials(Path.userHome / ".sbt" / ".credentials")

libraryDependencies ++= {
val simpleclientVersion = "0.16.0"
val pekkoVersion = "1.0.2"
Expand Down

0 comments on commit 1f35dcd

Please sign in to comment.