Skip to content

Commit

Permalink
final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
softinio committed Apr 27, 2024
1 parent b9c5b09 commit 1739e95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ lazy val core = crossProject(JVMPlatform)
nativeImageOptions += "--enable-url-protocols=https",
nativeImageOutput := file(".") / "scalanews",
nativeImageReady := { () => println("SBT Finished creating image.") }
// resolvers +=
// "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
)
.enablePlugins(NativeImagePlugin)

Expand Down

0 comments on commit 1739e95

Please sign in to comment.