We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad7b15 commit d334309Copy full SHA for d334309
build.sbt
@@ -3,7 +3,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion
3
import Dependencies.*
4
5
lazy val artifactProducingProjectSettings = Seq(
6
- scalaVersion := "2.13.16",
+ scalaVersion := "3.3.5",
7
organization := "com.madgag.scala-git",
8
licenses := Seq(License.Apache2),
9
scalacOptions ++= Seq("-deprecation", "-unchecked", "-release:11"),
0 commit comments