Skip to content

Commit

Permalink
bump Scala, sbt, plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent fe6b4af commit c29f298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crossScalaVersions := Seq("3.3.1", "2.13.12")
crossScalaVersions := Seq("3.3.2", "2.13.13")
scalaVersion := crossScalaVersions.value.head
scalacOptions ++= Seq("-deprecation", "-feature")

Expand Down
2 changes: 1 addition & 1 deletion fortify.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// enable the plugin
addCompilerPlugin(
"com.lightbend" %% "scala-fortify" % "1.1.0-RC1"
"com.lightbend" %% "scala-fortify" % "1.1.0-RC2"
cross CrossVersion.patch)

// configure the plugin
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.9.7
sbt.version=1.9.8

0 comments on commit c29f298

Please sign in to comment.