Skip to content

Commit

Permalink
Merge pull request #31 from scala-steward/update/sbt-1.9.3
Browse files Browse the repository at this point in the history
Update sbt, scripted-plugin to 1.9.3
  • Loading branch information
tgodzik committed Jul 25, 2023
2 parents 18dedad + 0f8204a commit 3be559d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -34,7 +34,7 @@ scriptedLaunchOpts ++= Seq(
)
scriptedBufferLog := false
sbtPlugin := true
sbtVersion.in(pluginCrossBuild) := targetSbtVersion
(pluginCrossBuild / sbtVersion) := targetSbtVersion

libraryDependencies += "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.2"

2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.3.13
sbt.version=1.9.3

0 comments on commit 3be559d

Please sign in to comment.