diff --git a/build.sbt b/build.sbt index 29251cd..8dcee21 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion import Dependencies.* lazy val artifactProducingProjectSettings = Seq( - scalaVersion := "2.13.16", + scalaVersion := "3.3.5", organization := "com.madgag.scala-git", licenses := Seq(License.Apache2), scalacOptions ++= Seq("-deprecation", "-unchecked", "-release:11"), @@ -11,6 +11,7 @@ lazy val artifactProducingProjectSettings = Seq( ) lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings( + Test / fork := true, libraryDependencies ++= Seq( jgit, "com.madgag" %% "scala-collection-plus" % "1.0.0", diff --git a/version.sbt b/version.sbt index d5664a4..6a0fb29 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "6.0.1-SNAPSHOT" +ThisBuild / version := "7.0.1-SNAPSHOT"