Skip to content

Commit

Permalink
Merge pull request #41 from sjrd/scala-3.3-tasty-query-0.8.0
Browse files Browse the repository at this point in the history
Scala 3.3 tasty query 0.8.0
  • Loading branch information
sjrd authored May 26, 2023
2 parents 55b0c17 + c9cfee8 commit e8bb9fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val rtJarOpt = taskKey[Option[String]]("Path to rt.jar if it exists")
val javalibEntry = taskKey[String]("Path to rt.jar or \"jrt:/\"")

inThisBuild(Def.settings(
crossScalaVersions := Seq("3.2.2"),
crossScalaVersions := Seq("3.3.0"),
scalaVersion := crossScalaVersions.value.head,

scalacOptions ++= Seq(
Expand All @@ -28,7 +28,7 @@ inThisBuild(Def.settings(
Developer("bishabosha", "Jamie Thompson", "bishbashboshjt@gmail.com", url("https://github.com/bishabosha")),
),

versionPolicyIntention := Compatibility.BinaryCompatible,
versionPolicyIntention := Compatibility.None,
// Ignore dependencies to internal modules whose version is like `1.2.3+4...` (see https://github.com/scalacenter/sbt-version-policy#how-to-integrate-with-sbt-dynver)
versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
))
Expand Down Expand Up @@ -74,7 +74,7 @@ lazy val tastyMiMa =
testFrameworks += new TestFramework("munit.Framework")
)
.settings(
libraryDependencies += "ch.epfl.scala" %% "tasty-query" % "0.7.4",
libraryDependencies += "ch.epfl.scala" %% "tasty-query" % "0.8.0",

Test / rtJarOpt := {
for (bootClasspath <- Option(System.getProperty("sun.boot.class.path"))) yield {
Expand Down

0 comments on commit e8bb9fe

Please sign in to comment.