diff --git a/build.sbt b/build.sbt index 1919e73..09ed703 100644 --- a/build.sbt +++ b/build.sbt @@ -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") diff --git a/fortify.sbt b/fortify.sbt index e6e3bb7..bf35595 100644 --- a/fortify.sbt +++ b/fortify.sbt @@ -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 diff --git a/project/build.properties b/project/build.properties index e8a1e24..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8