Skip to content

Commit

Permalink
Update sbt to 1.10.0 (#203)
Browse files Browse the repository at this point in the history
* Update sbt to 1.10.0

Co-authored-by: scala-center-steward[bot] <111975575+scala-center-steward[bot]@users.noreply.github.com>
Co-authored-by: Julien Richard-Foy <[email protected]>
  • Loading branch information
scala-center-steward[bot] and julienrf committed Jun 24, 2024
1 parent ce2500e commit 0e2c3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / organization := "com.example"
ThisBuild / scalaVersion := "2.13.2"
ThisBuild / scalaVersion := "2.13.7"
ThisBuild / versionScheme := Some("semver-spec")

val checkTasks = Seq(
Expand Down

0 comments on commit 0e2c3d9

Please sign in to comment.