Skip to content

Commit

Permalink
Update plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas authored Nov 10, 2022
1 parent 82848f9 commit c9ea165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
scalaVersion := "2.12.17" // remove once sbt uses 2.12.17 or newer
libraryDependencySchemes ++= Seq(
"org.scala-native" % "sbt-scala-native" % VersionScheme.Always
)

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

Expand Down

0 comments on commit c9ea165

Please sign in to comment.