Skip to content

Commit

Permalink
Update to sbt 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 4, 2023
1 parent 1e3de00 commit b11c393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ buildDarwin := {

inThisBuild(
List(
version := "1.4.1-SNAPSHOT",
organization := "org.scala-sbt.ipcsocket",
organizationName := "sbt",
organizationHomepage := Some(url("http://scala-sbt.org/")),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.8.0
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.swoval" % "sbt-source-format" % "0.3.1")

0 comments on commit b11c393

Please sign in to comment.