Skip to content

Commit

Permalink
Target 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworak committed Jan 29, 2024
1 parent ea7261b commit c8bbafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import org.jetbrains.sbtidea.Keys._

ThisBuild / scalaVersion := "2.13.10"
ThisBuild / intellijPluginName := "intellij-hocon"
ThisBuild / intellijBuild := "233.14015.106"
ThisBuild / intellijBuild := "241.8102.112"
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))

val junitInterfaceVersion = "0.11"

lazy val hocon = project.in(file(".")).enablePlugins(SbtIdeaPlugin).settings(
version := "2023.3.99-SNAPSHOT",
version := "2024.1.99-SNAPSHOT",
Compile / scalaSource := baseDirectory.value / "src",
Test / scalaSource := baseDirectory.value / "test",
Compile / resourceDirectory := baseDirectory.value / "resources",
Expand Down

0 comments on commit c8bbafc

Please sign in to comment.