Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrandjean authored Jan 14, 2024
2 parents 595eb65 + 4501971 commit 7b51429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.Keys.scalacOptions

lazy val scala2_12 = "2.12.18"
lazy val scala2_13 = "2.13.12"
lazy val scala3 = "3.3.0"
lazy val scala3 = "3.3.1"

name := "delightful-parsing"
organization := "org.sweet-delights"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
Expand Down

0 comments on commit 7b51429

Please sign in to comment.