Skip to content

Commit

Permalink
Scala 3.4.2 (was 3.3.3) (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Jun 4, 2024
1 parent 3753882 commit 0033fb5
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
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "3.3.3"
ThisBuild / scalaVersion := "3.4.2"
lazy val root = project.in(file("."))
.aggregate(subproject1, subproject2)
lazy val subproject1 = project.in(file("subproject1"))
Expand Down
2 changes: 1 addition & 1 deletion fortify.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ThisBuild / fortifyEnabled :=
ThisBuild / libraryDependencies ++= (
if (fortifyEnabled.value)
Seq(
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.0"
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.1-RC1"
cross CrossVersion.patch))
else
Seq()
Expand Down

0 comments on commit 0033fb5

Please sign in to comment.